1. 03 Sep, 2021 1 commit
  2. 25 Aug, 2021 1 commit
  3. 08 Jul, 2021 1 commit
  4. 08 Jun, 2021 1 commit
  5. 07 Jun, 2021 1 commit
  6. 04 Jun, 2021 1 commit
  7. 14 Apr, 2021 1 commit
  8. 11 Mar, 2021 1 commit
  9. 01 Dec, 2020 1 commit
    • Stan Hu's avatar
      Support alternate document root directory · 098d4474
      Stan Hu authored
      This will be useful for supporting no-downtime upgrades. Admins
      attempting to upgrade GitLab via our no-downtime upgrade procedure have
      found that CSS and JavaScript often don't load while the upgrade is in
      progress. This is because in a mixed deployment scenario with a load
      balancer, this can happen:
      
      1. User accesses node version N+1, which then makes a CSS/JS request on
      version N.
      2. User accesses node version N, which then makes a CSS/JS requests on
      version N+1.
      
      In both scenarios, the user gets a 404 since only one version of the
      assets exist on a given server.
      
      To fix this, we provide an alternate path where previous and future
      assets can be stored.
      
      Relates to https://gitlab.com/gitlab-org/gitlab-workhorse/-/issues/304
      098d4474
  10. 23 Nov, 2020 1 commit
  11. 30 Oct, 2020 1 commit
  12. 29 Oct, 2020 1 commit
    • Rémy Coutable's avatar
      Add a default Lefthook configuration · 5acb0662
      Rémy Coutable authored
      
      - This adds a configuration file for Lefthook which is more flexible
        and powerful than Overcommit.
      - The only downside is that if gather the diff between `origin/master`
        and `HEAD` so if you didn't fetch `origin/master` for a long time,
        the checks might be done on more files than the one that you updated.
      - Also, that means you need a origin remote.
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      5acb0662
  13. 28 Oct, 2020 1 commit
    • Albert Salim's avatar
      Add Crystalball into rspec · 471541ec
      Albert Salim authored
      - Configure rspec with Crystalball using custom CoverageLinesStrategy
      for compatibility with SimpleCov on Ruby >= 2.5
      - Running rspec with `CRYSTALBALL=true` generates crystalball data
      in `crystalball/*.yml` containing files covered by each rspec example
      471541ec
  14. 27 Oct, 2020 1 commit
    • fjsanpedro's avatar
      Add sitemap generator for .com and gitlab-org group · ea07db72
      fjsanpedro authored
      In this commit we add a small functionality to generate the sitemap
      for the `gitlab-org` group just in the .com environment.
      
      The idea behind this is to analyze whether a broader sitemap
      would improve the search crawling results.
      ea07db72
  15. 24 Sep, 2020 1 commit
  16. 23 Sep, 2020 1 commit
  17. 01 Sep, 2020 1 commit
  18. 24 Aug, 2020 1 commit
    • pbair's avatar
      Remove git ignored schema_migration files · 585fcd30
      pbair authored
      Remove db/schema_migration files from .gitignore for old migrations that
      exist on legacy installations but no longer have a corresponding
      migration in the codebase. Due to changes in how the schema_migration
      files are created, these files no longer need to be ignored.
      585fcd30
  19. 21 Aug, 2020 1 commit
    • Thong Kuah's avatar
      Add JWT signing for internal cluster agent API · bf5b5cf9
      Thong Kuah authored
      This ensures only gitlab-kas can make requests to the internal API,
      which is necessary as sensitive info is returned in response.
      
      Update instances where we explicitly want to use the top-level
      ::Clusters module
      bf5b5cf9
  20. 18 Aug, 2020 1 commit
  21. 30 Jul, 2020 3 commits
  22. 29 Jul, 2020 1 commit
  23. 29 Jun, 2020 1 commit
    • Robert May's avatar
      Ignore asdf .tool-versions file · 7b7f26de
      Robert May authored
      asdf-vm uses a different file to other managers, this adds
      .tool-versions to the ignore list, which is a file needed to manage the
      Ruby version locally to this project.
      7b7f26de
  24. 08 Jun, 2020 1 commit
  25. 02 Jun, 2020 2 commits
  26. 27 May, 2020 1 commit
  27. 26 May, 2020 1 commit
  28. 27 Apr, 2020 1 commit
  29. 24 Apr, 2020 1 commit
  30. 20 Mar, 2020 1 commit
    • Michał Zając's avatar
      Ignore config/Gitlab.gitlab-license file · 10a255f1
      Michał Zając authored
      `ee/lib/tasks/gitlab/license.rake` tries to load
      `Settings.source.dirname + 'Gitlab.gitlab-license'` which expands to
      `config/Gitlab.gitlab-license` for a default GDK installation.
      
      This file should be ignored so developers can put their license files
      and not worry about commiting the file.
      10a255f1
  31. 17 Mar, 2020 1 commit
  32. 10 Mar, 2020 1 commit
  33. 24 Feb, 2020 1 commit
  34. 21 Feb, 2020 1 commit
  35. 30 Jan, 2020 1 commit
  36. 23 Jan, 2020 1 commit
  37. 07 Jan, 2020 1 commit
    • Alex Kalderimis's avatar
      Respond to reviewer feedback · 0085a5be
      Alex Kalderimis authored
      * Add documentation for public methods
      * Remove pointless duplicated method call
      * Be more specific about ignored file
      * Improvements to equality tests
      
      Requested by reviewer
      0085a5be