An error occurred fetching the project authors.
  1. 13 May, 2020 1 commit
  2. 20 Apr, 2020 1 commit
    • mbergeron's avatar
      Add the `index_name` parameter to elastic rake tasks · 2ac9d704
      mbergeron authored
      The following tasks now accept an `index_name` parameter to specify
      the name of the index to be created or acted upon:
      
        - gitlab:elastic:create_empty_index
        - gitlab:elastic:delete_index
        - gitlab:elastic:recreate_index
      
      The following obsolete task has been removed:
      
        - gitlab:elastic:reindex_to_another_cluster
      2ac9d704
  3. 17 Dec, 2019 1 commit
    • Lin Jen-Shin's avatar
      Always check override where prepend happens · eb28ba8f
      Lin Jen-Shin authored
      Because otherwise helpers won't be verified, and since we're using
      prepend to override direct methods mostly, it should work anyway.
      
      We also skip instrumentation when we're doing static verification.
      
      Also we need to move some methods from geo_git_access to git_access,
      because that's where it's trying to override methods, not in geo itself.
      
      This also assumes GitAccessWiki does not use those methods, of course.
      It won't work anyway, because it's not getting methods from GitAccess!
      eb28ba8f
  4. 04 Dec, 2019 1 commit
    • Mark Chao's avatar
      ES: repository search multi-indices architecture · 38597665
      Mark Chao authored
      The indexer now triggers indexing on all indices.
      Since it is outside the common multi-indices architecture, we expose
      elastic_write_targets as public so indexer can operate on indices.
      
      Remove unused encoder
      
      Usage removed when Ruby elasticsearch indexer was removed
      38597665
  5. 21 Oct, 2019 1 commit
  6. 15 Oct, 2019 1 commit
  7. 17 Sep, 2019 1 commit
  8. 21 Aug, 2019 1 commit
  9. 20 Aug, 2019 1 commit
  10. 16 Jul, 2019 3 commits
  11. 10 Apr, 2019 1 commit
  12. 10 Feb, 2019 1 commit
    • Peter Leitzen's avatar
      Fix error when reloading code in Sidekiq · 1931c3ef
      Peter Leitzen authored
      This commit fixes the following error in development:
      
          ArgumentError: A copy of Gitlab::Metrics::Transaction has been
          removed from the module tree but is still active!
      1931c3ef
  13. 20 Dec, 2018 1 commit
  14. 25 Oct, 2018 3 commits
  15. 03 Oct, 2018 1 commit
  16. 02 Oct, 2018 2 commits
    • Alejandro Rodríguez's avatar
      Remove Gitlab::Git::Repository#rugged and Gollum code · a99bf447
      Alejandro Rodríguez authored
      Cleanup code, and refactor tests that still use Rugged. After this, there should
      be no Rugged code that access the instance's repositories on non-test
      environments. There is still some rugged code for other tasks like the
      repository import task, but since it doesn't access any repository storage path
      it can stay.
      a99bf447
    • Alejandro Rodríguez's avatar
      Remove Gitlab::Git::Repository#rugged and Gollum code · 4372ea61
      Alejandro Rodríguez authored
      Cleanup code, and refactor tests that still use Rugged. After this, there should
      be no Rugged code that access the instance's repositories on non-test
      environments. There is still some rugged code for other tasks like the
      repository import task, but since it doesn't access any repository storage path
      it can stay.
      4372ea61
  17. 23 Jul, 2018 2 commits
  18. 07 May, 2018 1 commit
  19. 07 Mar, 2018 1 commit
  20. 23 Nov, 2017 1 commit
  21. 08 Nov, 2017 2 commits
  22. 07 Nov, 2017 1 commit
  23. 06 Nov, 2017 2 commits
  24. 03 Nov, 2017 2 commits
  25. 02 Nov, 2017 2 commits
  26. 01 Nov, 2017 1 commit
  27. 15 Sep, 2017 1 commit
  28. 06 Sep, 2017 1 commit
  29. 01 Sep, 2017 1 commit
  30. 28 Aug, 2017 1 commit