Skip to content
Snippets Groups Projects
  1. May 16, 2017
    • Marin Jankovski's avatar
      Merge branch 'sh-improve-geo-replicate-error-message' into 'master' · 46a0093e
      Marin Jankovski authored
      Improve `gitlab-ctl replicate-geo-database` error messages
      
      Closes gitlab-ee#2176
      
      See merge request !1557
      46a0093e
    • Stan Hu's avatar
      Improve `gitlab-ctl replicate-geo-database` error messages · ef6f26b1
      Stan Hu authored
      Users forgetting to run this command as root would not see any
      helpful warning messages. Now it will say:
      
      ```
      * Stopping PostgreSQL and all GitLab services
      warning: geo-postgresql: unable to open supervise/ok: access denied
      warning: gitaly: unable to open supervise/ok: access denied
      warning: gitlab-monitor: unable to open supervise/ok: access denied
      warning: gitlab-workhorse: unable to open supervise/ok: access denied
      warning: logrotate: unable to open supervise/ok: access denied
      warning: nginx: unable to open supervise/ok: access denied
      warning: node-exporter: unable to open supervise/ok: access denied
      warning: postgres-exporter: unable to open supervise/ok: access denied
      warning: postgresql: unable to open supervise/ok: access denied
      warning: prometheus: unable to open supervise/ok: access denied
      warning: redis: unable to open supervise/ok: access denied
      warning: redis-exporter: unable to open supervise/ok: access denied
      warning: sidekiq: unable to open supervise/ok: access denied
      warning: unicorn: unable to open supervise/ok: access denied
      
      [ERROR] Failed to execute: gitlab-ctl stop -- be sure to run as root
      ```
      
      Closes gitlab-org/gitlab-ee#2176
      ef6f26b1
    • DJ Mountney's avatar
      9e2433ae
  2. May 15, 2017
  3. May 12, 2017
    • Sean McGivern's avatar
      Allow setting `usage_ping_enabled` in `gitlab.rb` · a68a20e5
      Sean McGivern authored
      This setting is passed through to the Rails app, and defaults to true. Setting
      it to false:
      
      1. Disables the usage ping.
      2. Prevents the usage ping from being enabled through the admin panel. It can
         only be enabled by either removing the line from `gitlab.rb` and configuring
         through the admin panel, or setting it to true in `gitlab.rb`.
      a68a20e5
  4. May 11, 2017
  5. May 10, 2017
  6. May 09, 2017
  7. May 08, 2017
Loading