1. 02 5月, 2018 3 次提交
  2. 30 4月, 2018 1 次提交
    • B
      Define custom base controller for Doorkeeper · 0f593b1c
      Bob Van Landuyt 提交于
      Since we only need the `can?` view helpers there, it's better to
      include those in a separate controller.
      
      If we inherit from `ApplicationController` we also need to deal with
      authentication, that needs to be done in some, but not all doorkeeper controllers.
      0f593b1c
  3. 27 4月, 2018 2 次提交
  4. 26 4月, 2018 2 次提交
  5. 25 4月, 2018 2 次提交
  6. 24 4月, 2018 1 次提交
  7. 23 4月, 2018 6 次提交
  8. 19 4月, 2018 1 次提交
  9. 17 4月, 2018 1 次提交
  10. 14 4月, 2018 1 次提交
  11. 13 4月, 2018 1 次提交
  12. 12 4月, 2018 1 次提交
    • Z
      Deprecate legacy disk paths · a752c56c
      Zeger-Jan van de Weg 提交于
      Direct disk access is impossible on environments where components run in
      their own container. There for constructing the path should not be done
      except for exceptional cases.
      
      One of the considerations, instead of logging, was to use Sentry. For
      now I've chosen not to use this as the impact of this change is hard to
      determine. Getting this in now will allow us to checkout the impact on
      dev.gitlab.org and staging.
      a752c56c
  13. 11 4月, 2018 3 次提交
  14. 10 4月, 2018 1 次提交
  15. 08 4月, 2018 1 次提交
  16. 07 4月, 2018 4 次提交
  17. 06 4月, 2018 2 次提交
    • J
      Add new repository archive route · 07f517d4
      James Ramsay 提交于
      Repository archives are always named `<project>-<ref>-<sha>` even if
      the ref is a commit. A consequence of always including the sha even
      for tags is that packaging a release is more difficult because both
      the ref and sha must be known by the packager.
      
      - add `<project>/-/archive/<ref>/<filename>.<format>` route using the
      `-` separator to prevent namespace collisions. If the filename is
      `<project>-<ref>` or the ref is a sha, the sha will be omitted,
      otherwise the default filename will be used.
      - deprecate previous archive route `repository/<ref>/archive`
      07f517d4
    • B
      [Rails5] Update `type_cast_*_database` methods · 20695052
      blackst0ne 提交于
      20695052
  18. 05 4月, 2018 3 次提交
  19. 04 4月, 2018 1 次提交
  20. 30 3月, 2018 1 次提交
    • S
      Send emails for issues due tomorrow · 2db218f8
      Sean McGivern 提交于
      Also, refactor the mail sending slightly: instead of one worker sending all
      emails, create a worker per project with issues due, which will send all emails
      for that project.
      2db218f8
  21. 29 3月, 2018 1 次提交
  22. 27 3月, 2018 1 次提交