An error occurred fetching the project authors.
  1. 11 Jan, 2019 1 commit
  2. 10 Jan, 2019 1 commit
  3. 08 Jan, 2019 1 commit
  4. 07 Jan, 2019 7 commits
  5. 04 Jan, 2019 6 commits
  6. 03 Jan, 2019 3 commits
  7. 02 Jan, 2019 2 commits
    • Mayra Cabrera's avatar
      Include CRUD endpoints for Cluster API · ed8bd983
      Mayra Cabrera authored
      Adds the following initial CRUD endpoints for Clusters API:
      
      - GET list of clusters
      - GET specific cluster
      - POST add existing cluster (mimic of "Add cluster")
      - PUT update cluser
      - DELETE destroy cluster
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40473
      ed8bd983
    • Jonathon Reinhart's avatar
      Add support for Git push options, specifically ci.skip · 405e5fe6
      Jonathon Reinhart authored
      gitlab-org/gitlab-shell!166 added support for collecting push options
      from the environment, and passing them along to the
      /internal/post_receive API endpoint.
      
      This change handles the new push_options JSON element in the payload,
      and passes them on through to the GitPushService and GitTagPushService
      services.
      
      Futhermore, it adds support for the first push option, ci.skip.  With
      this change, one can use 'git push -o ci.skip' to skip CI pipe
      execution. Note that the pipeline is still created, but in the "skipped"
      state, just like with the 'ci skip' commit message text.
      
      Implements #18667
      405e5fe6
  8. 31 Dec, 2018 8 commits
  9. 27 Dec, 2018 1 commit
  10. 21 Dec, 2018 2 commits
  11. 20 Dec, 2018 1 commit
  12. 19 Dec, 2018 4 commits
  13. 17 Dec, 2018 1 commit
    • Bob Van Landuyt's avatar
      Hide confidential events in ruby · 28acd2b0
      Bob Van Landuyt authored
      We're filtering the events using `Event#visible_to_user?`.
      
      At most we're loading 100 events at once.
      
      Pagination is also dealt with in the finder, but the resulting array
      is wrapped in a `Kaminari.paginate_array` so the API's pagination
      helpers keep working. We're passing the total count into that
      paginatable array, which would include confidential events. But we're
      not disclosing anything.
      28acd2b0
  14. 16 Dec, 2018 2 commits