Skip to content
Snippets Groups Projects
  1. May 17, 2017
    • Z.J. van de Weg's avatar
      Rename Trigger schedule to Pipeline Schedule · 27bd16d0
      Z.J. van de Weg authored
      The feature was listed as experimental on the docs page describing this
      feature, so we're free to change the key to match the worker name.
      
      The frequency was improved too, so the peaks would be lower, and
      accuracy would be better. The default cron pattern was choosen so it
      would spread the load between other scheduled jobs nicely.
      27bd16d0
  2. May 16, 2017
    • Marin Jankovski's avatar
      Merge branch '2304-new-gitlab-shell-build-step-compile-go-executables' into 'master' · a9e97b91
      Marin Jankovski authored
      Adding `bin/compile` to gitlab-shell build steps
      
      Closes #2304
      
      See merge request !1554
      a9e97b91
    • Ian Baum's avatar
      Adding `bin/compile` to gitlab-shell build steps · 0718708e
      Ian Baum authored and Marin Jankovski's avatar Marin Jankovski committed
      0718708e
    • 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
  3. May 15, 2017
  4. 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
  5. May 11, 2017
  6. May 10, 2017
  7. May 09, 2017
Loading