1. 24 Apr, 2019 15 commits
    • Jason Colyer's avatar
      Update documentation and add new Rake task: · 38ce1390
      Jason Colyer authored
      - Added yum command for libicu-devel install
      - Added `git clone` and cd commands to install instructions
      - Added note about system requirements
      - Added optional step to delete the index for disabling ElasticSearch
      - Removed step about creating empty index, as wrapper script does this
      - Added warning about async indexing and sidekiq
      - Added section about rake tasks
        - Defined rake tasks and linked to corresponding rake file
      - Added periods to the end of rake task descriptions
      - Added Scopes section
      - Added Environment Variables Section
        - Added subsection about batching
        - Added subsection about indexing one project
      - Added more to troubleshooting not finding data
      - Added more to troubleshooting concerning time it takes to index
      - Added troubleshooting section verifying ElasticSearch is being used
      - Fixed typo in indexing small instances section
        - use the index the data ~>  index the data
      - Added hyperlink to the Enabling ElasticSearch section
      - Removed unneeded comma from line 33
      - Put emphasis on MUST on line 173
      - Changed some wording on line 187
        - time drop -> decreae in indexing time
      - Fixed spelling and grammar mistakes
      - Added example of using BATCH
      - Fixed typo on line 67: TO ~> To
      - Removed `the` on line 442
      - Wrapped scope names in backtickets on lines 428-436
      - Changed `user` to `GitLab instance` on line 402
      - Specfied default 300 projects instead of just 300 on line 384 and 392
      - Removed line numbers from links, lines 332-376
      - Changed * to - for listing style, lines 332-376
      - Changed * to - for listing style, lines 397-400
      - Added backticks to variable names, lines 384-387
      - Removed a `#` from Batching for spacing niceness, line 389
      - Removed a `#` from Indexing a specific... for spacing niceness, 412
      - Added periods for full stops on env variable table, lines 384-387
      - Changed pipe symbol to slash for table formatting on L385
      - Changed all instances of ElasticSearch to Elasticsearch
      - Changed Project.all to ActiveRecord query
      - Used count on ActiveRecord query to determine if all were indexed
      - Used find_each to process in batches for efficiency
      - Changed ActiveRecord query to make it cleaner
      - Removed spec test for new rake task as it was unneeded
      - Remade projects_not_indexed task to show 1st 500 nonindexed projects
        - Added ability to display all using env variable SHOW_ALL
      - Put a newline before `if not_indexed`
      - Put a newline between `end` and `arr`
      - Put a newline between `end` and `puts`
      - Fixed spacing issues
      - Used return of conditional for vairable assignment on L224
      - Added README.md to high_availability link
      38ce1390
    • GitLab Bot's avatar
      02c63702
    • Kushal Pandya's avatar
      Merge branch 'patch-54' into 'master' · 4518806c
      Kushal Pandya authored
      Externalize left sidebar strings
      
      See merge request gitlab-org/gitlab-ce!27532
      4518806c
    • Victor Wu's avatar
      Externalize left sidebar strings · f442b808
      Victor Wu authored
      f442b808
    • Rémy Coutable's avatar
      Merge branch '11282-fix-geo-test' into 'master' · 24aa2ab0
      Rémy Coutable authored
      Update test to stub `load_schema` instead of `load_schema_for`
      
      Closes #11282
      
      See merge request gitlab-org/gitlab-ee!11468
      24aa2ab0
    • Dmitriy Zaporozhets's avatar
      Merge branch '60730-service-response' into 'master' · 87880cb8
      Dmitriy Zaporozhets authored
      Introduce ServiceResponse to wrap around response
      
      Closes #60730
      
      See merge request gitlab-org/gitlab-ce!27516
      87880cb8
    • Dmitriy Zaporozhets's avatar
      Merge branch 'ee-60730-service-response' into 'master' · fe955b72
      Dmitriy Zaporozhets authored
      EE: Introduce ServiceResponse to wrap around response
      
      See merge request gitlab-org/gitlab-ee!11277
      fe955b72
    • Heinrich Lee Yu's avatar
      Update spec to stub `load_schema` · 3b02a5df
      Heinrich Lee Yu authored
      This updates the spec to make it consistent with
      the code that uses the new method
      3b02a5df
    • GitLab Bot's avatar
      1111e7c4
    • Evan Read's avatar
      Merge branch 'docs/slack-app' into 'master' · c45bc6d0
      Evan Read authored
      Bring Slack app docs to CE and add tiers
      
      See merge request gitlab-org/gitlab-ce!27598
      c45bc6d0
    • Achilleas Pipinellis's avatar
      24b1bfce
    • Evan Read's avatar
      Merge branch 'docs/slack-app-ee' into 'master' · 2ca55b89
      Evan Read authored
      Bring Slack app docs to CE and add tiers
      
      See merge request gitlab-org/gitlab-ee!11447
      2ca55b89
    • Achilleas Pipinellis's avatar
      a64764d4
    • Evan Read's avatar
      Merge branch 'docs-sso-enforcement-update' into 'master' · e529673f
      Evan Read authored
      Docs update on SAML SSO improvements
      
      See merge request gitlab-org/gitlab-ee!11391
      e529673f
    • Jeremy Watson's avatar
      Docs update on SAML SSO improvements · 3edf711c
      Jeremy Watson authored
      3edf711c
  2. 23 Apr, 2019 25 commits