1. 20 6月, 2019 1 次提交
  2. 10 6月, 2019 1 次提交
  3. 07 11月, 2018 1 次提交
    • G
      Enable even more frozen string in lib/gitlab · 7e6f6e16
      gfyoung 提交于
      Enables frozens string for the following:
      
      * lib/gitlab/conflict/**/*.rb
      * lib/gitlab/cross_project_access/**/*.rb
      * lib/gitlab/cycle_analytics/**/*.rb
      * lib/gitlab/data_builder/**/*.rb
      * lib/gitlab/database/**/*.rb
      * lib/gitlab/dependency_linker/**/*.rb
      * lib/gitlab/diff/**/*.rb
      * lib/gitlab/downtime_check/**/*.rb
      * lib/gitlab/email/**/*.rb
      * lib/gitlab/etag_caching/**/*.rb
      
      Partially addresses gitlab-org/gitlab-ce#47424.
      7e6f6e16
  4. 05 4月, 2018 1 次提交
  5. 12 8月, 2016 2 次提交
  6. 04 8月, 2016 1 次提交
  7. 13 4月, 2016 1 次提交
  8. 31 3月, 2016 1 次提交
  9. 12 2月, 2016 1 次提交
    • K
      Add new data to project in push, issue, merge-request and note webhooks data · b123171d
      Kirill Zaitsev 提交于
      - Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`,
        `path_with_namespace` and `default_branch` in `project` in push, issue,
        merge-request and note webhooks data
      - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in
        favor of `git_http_url` in `project` for push, issue, merge-request and
        note webhooks data
      - Deprecate the `repository` key in push, issue, merge-request and
        note webhooks data, use `project` instead
      b123171d
  10. 24 4月, 2015 2 次提交
  11. 06 3月, 2015 1 次提交