1. 04 1月, 2019 3 次提交
  2. 01 1月, 2019 1 次提交
    • J
      Add support for Git push options, specifically ci.skip · ba781484
      Jonathon Reinhart 提交于
      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
      ba781484
  3. 31 12月, 2018 3 次提交
  4. 27 12月, 2018 1 次提交
  5. 22 12月, 2018 1 次提交
  6. 21 12月, 2018 1 次提交
  7. 19 12月, 2018 3 次提交
  8. 18 12月, 2018 1 次提交
    • B
      Hide confidential events in ruby · 28acd2b0
      Bob Van Landuyt 提交于
      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
  9. 17 12月, 2018 1 次提交
  10. 16 12月, 2018 1 次提交
  11. 14 12月, 2018 1 次提交
  12. 07 12月, 2018 2 次提交
  13. 06 12月, 2018 1 次提交
  14. 05 12月, 2018 3 次提交
  15. 04 12月, 2018 2 次提交
  16. 29 11月, 2018 2 次提交
  17. 28 11月, 2018 4 次提交
  18. 27 11月, 2018 2 次提交
    • P
      Suggests issues when typing title · 50e21a89
      Phil Hughes 提交于
      This suggests possibly related issues when the user types a title.
      
      This uses GraphQL to allow the frontend to request the exact
      data that is requires. We also get free caching through the Vue Apollo
      plugin.
      
      With this we can include the ability to import .graphql files in JS
      and Vue files.
      Also we now have the Vue test utils library to make testing
      Vue components easier.
      
      Closes #22071
      50e21a89
    • T
      Removes all the irrelevant import related code and columns · 4bd8a427
      Tiago Botelho 提交于
      Clears the import related columns and code from the Project
      model over to the ProjectImportState model
      4bd8a427
  19. 24 11月, 2018 1 次提交
  20. 23 11月, 2018 1 次提交
    • J
      Filter by `None`/`Any` for labels in issues/mrs API · c068ac67
      Jacopo 提交于
      By using the parameters `?labels=None|Any` the user can filter
      issues/mrs from the API that has `none/any` label.
      
      Affected endpoints are:
      
      - /api/issues
      - /api/projects/:id/issues
      - /api/groups/:id/issues
      - /api/merge_requests
      - /api/projects/:id/merge_requests
      - /api/groups/:id/merge_requests
      c068ac67
  21. 19 11月, 2018 3 次提交
  22. 14 11月, 2018 1 次提交
  23. 13 11月, 2018 1 次提交