An error occurred fetching the project authors.
  1. 30 Apr, 2019 8 commits
  2. 24 Apr, 2019 1 commit
  3. 23 Apr, 2019 1 commit
  4. 11 Apr, 2019 1 commit
    • Thong Kuah's avatar
      Align UrlValidator to validate_url gem implementation. · c7b96984
      Thong Kuah authored
      Renamed UrlValidator to AddressableUrlValidator to avoid 'url:' naming collision with ActiveModel::Validations::UrlValidator in 'validates' statement.
      Make use of the options attribute of the parent class ActiveModel::EachValidator.
      Add more options: allow_nil, allow_blank, message.
      Renamed 'protocols' option to 'schemes' to match the option naming from UrlValidator.
      c7b96984
  5. 06 Apr, 2019 1 commit
  6. 05 Apr, 2019 2 commits
  7. 28 Mar, 2019 1 commit
  8. 27 Mar, 2019 1 commit
  9. 26 Mar, 2019 1 commit
    • Bob Van Landuyt's avatar
      Allow multiple repositories per project · 65f939d0
      Bob Van Landuyt authored
      This changes the repository type from a binary `wiki?` to a type. So
      we can have more than 2 repository types.
      
      Now everywhere we called `.wiki?` and expected a boolean, we check
      that type.
      65f939d0
  10. 18 Mar, 2019 1 commit
  11. 12 Mar, 2019 1 commit
  12. 04 Feb, 2019 1 commit
  13. 24 Jan, 2019 1 commit
  14. 20 Dec, 2018 1 commit
  15. 05 Dec, 2018 1 commit
  16. 02 Dec, 2018 1 commit
    • gfyoung's avatar
      Enable some frozen string in ee/app · 579e9768
      gfyoung authored
      Enables frozen string in the following:
      
      * ee/app/helpers/**/*.rb
      * ee/app/mailers/**/*.rb
      * ee/app/models/**/*.rb
      
      Partially addresses gitlab-org/gitlab-ce/#47424.
      579e9768
  17. 12 Nov, 2018 1 commit
  18. 06 Nov, 2018 1 commit
  19. 05 Oct, 2018 1 commit
  20. 20 Sep, 2018 1 commit
  21. 14 Jun, 2018 1 commit
  22. 02 Jun, 2018 1 commit
  23. 01 Jun, 2018 1 commit
  24. 19 Apr, 2018 1 commit
  25. 01 Feb, 2018 1 commit
  26. 17 Jan, 2018 1 commit
    • Toon Claes's avatar
      Add more endpoints for Geo Nodes API · 6405ea83
      Toon Claes authored
      - `POST api/geo_nodes/:id/repair`: To repair the authentication
      - `PUT api/geo_nodes/:id`: To edit the Geo node
      
      Closes gitlab-org/gitlab-ee#4475.
      6405ea83
  27. 21 Dec, 2017 1 commit
  28. 18 Dec, 2017 1 commit
  29. 13 Dec, 2017 1 commit
  30. 07 Dec, 2017 3 commits