1. 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
  2. 14 Apr, 2020 39 commits