An error occurred fetching the project authors.
  1. 25 Feb, 2020 1 commit
  2. 19 Feb, 2020 1 commit
  3. 04 Feb, 2020 1 commit
  4. 24 Jan, 2020 1 commit
  5. 14 Nov, 2019 1 commit
  6. 03 Oct, 2019 1 commit
    • Mathieu Parent's avatar
      API: Add missing group parameters · b944c0dd
      Mathieu Parent authored
      - share_with_group_lock (was edit-only)
      - require_two_factor_authentication
      - two_factor_grace_period
      - project_creation_level
      - auto_devops_enabled
      - subgroup_creation_level
      - emails_disabled
      b944c0dd
  7. 26 Sep, 2019 1 commit
  8. 30 Aug, 2019 1 commit
    • Gosia Ksionek's avatar
      Refactor IP address state class · 9b182cbd
      Gosia Ksionek authored
      Add middleware to api
      
      Add new middleware class
      
      Cast ip to string
      
      Add specyfication for groups endpoint
      
      Add specs for projects endpoint
      
      Add working specs for ip_saver
      
      Add changelog entry
      
      Add string freeze
      
      Fix rubocop offences
      
      Add code review remarks
      
      Fix typo in filename
      
      Add docs about api restriction
      
      Update docs file
      
      Add changelod
      
      Remove not needed file
      
      Update docs file
      
      Add changelod
      
      Remove changelog
      
      Apply suggestion to doc/user/group/index.md
      
      Add code review remarks
      
      Remove not needed code
      
      Bring back to_s method on remote ip
      
      Add if clause to restrictor
      
      To avoid locking out of ssh calls
      
      Make regex wider so it covers all internal endpoints
      
      Add remote ip to be used in middleware
      
      Add rubocop remarks
      9b182cbd
  9. 28 Aug, 2019 1 commit
    • Victor Zagorodny's avatar
      Add ability to filter projects with sec reports · 633b990b
      Victor Zagorodny authored
      A new param with_security_reports was added to
      GET /groups/:id/projects API and the code to
      support this logic in GroupProjectsFinder and
      Project model. Also, a DB index was added to
      ci_job_artifacts table to speed up the search
      of security reports artifacts for projects
      633b990b
  10. 20 May, 2019 1 commit
  11. 18 Dec, 2018 1 commit
    • blackst0ne's avatar
      Update specs to rails5 format · 77b85029
      blackst0ne authored
      Updates specs to use new rails5 format.
      
      The old format:
      `get :show, { some: params }, { some: headers }`
      
      The new format:
      `get :show, params: { some: params }, headers: { some: headers }`
      77b85029
  12. 19 Oct, 2018 1 commit
    • Nick Thomas's avatar
      Group-level file templates · 7626500e
      Nick Thomas authored
      When the feature is available, this setting allows admins to choose a
      project as a source of custom file templates. This is in addition to
      any instance-wide templates, whether custom or vendored into the GitLab
      codebase.
      7626500e