BigW Consortium Gitlab

  1. 31 May, 2016 4 commits
    • Remove project notification settings associated with deleted projects · 4da07781
      Stan Hu authored
      On GitLab.com, there are 1560 project notification settings with no valid project
      all created on 2016-04-15 10:38:53 for some reason. This migration should purge
      those entries.
      
      b8f38437 should prevent this issue from occurring in the first place.
      
      Closes gitlab-com/support-forum#678
    • Merge branch 'doc-upgrade-wrong-old-version' into 'master' · ef4fedc1
      Robert Schilling authored
      Update docs: previous version is 8.7
      
      The old version is 8.7.
      
      See merge request !4288
    • Merge branch 'patch/wiki_page_events' into 'master' · ba81c912
      Rémy Coutable authored
      Enable Wiki Page events from Webhook admin UI in a Project
      
      * Added UI to enable page wiki events
      * Documentation for this event in Webhooks page
      
      Fixes #17506
      
      --- 
      
      ![new_webhook_UI](/uploads/63ef24b4ccef13ac7a5fda83e9ce64ad/new_webhook_UI.png)
      
      See merge request !4135
    • Merge branch… · 9951243b
      Stan Hu authored
      Merge branch 'make-container-registry-authentication-service-compatible-with-older-docker' into 'master'
      
      Make authentication service for Container Registry to be compatible with < Docker 1.11
      
      This removes the usage of `offline_token` which is only present when using `Docker 1.11.x` instead we relay on `scope`. This should make it compatible with any client starting from 1.6 (I did test only 1.8 and up).
      
      Right now we return 403 if unauthorized user doesn't have access to anything. In all other cases we return token, but with empty `access`, which simply disallow requested action.
      
      
      
      See merge request !4363
  2. 30 May, 2016 36 commits