Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Mar 27, 2019
  3. Sep 26, 2018
    • gfyoung's avatar
      Enable even more frozen string in app/controllers · 12ee2753
      gfyoung authored
      Enables frozen string for some vestigial files as
      well as the following:
      
      * app/controllers/projects/**/*.rb
      * app/controllers/sherlock/**/*.rb
      * app/controllers/snippets/**/*.rb
      * app/controllers/users/**/*.rb
      
      Partially addresses #47424.
      12ee2753
  4. Aug 13, 2018
    • Duana Saskia's avatar
      Filter project hooks by branch · ece6a1ea
      Duana Saskia authored
      Allow specificying a branch filter for a project hook and only trigger
      a project hook if either the branch filter is blank or the branch matches.
      Only supported for push_events for now.
      ece6a1ea
  5. Jul 09, 2018
  6. Jul 03, 2018
    • Yorick Peterse's avatar
      Fixed pagination of web hook logs · f3008907
      Yorick Peterse authored
      For reasons unknown, the logs of a web hook were paginated in memory.
      This would result in the "Edit" page of a web hook timing out once it
      has more than a few thousand log entries.
      
      This commit makes the following changes:
      
      1. We use LIMIT/OFFSET to paginate the data, instead of doing this in
         memory.
      
      2. We limit the logs to the last two days, just like the documentation
         says (instead of retrieving everything).
      
      3. We change the indexes on "web_hook_logs" so the query to get the data
         can perform a backwards index scan, without the need for a Filter.
      
      These changes combined ensure that Projects::HooksController#edit no
      longer times out.
      Unverified
      f3008907
  7. Jan 17, 2018
  8. Jan 11, 2018
  9. Jul 20, 2017
  10. Jul 05, 2017
  11. Jun 06, 2017
  12. May 25, 2017
    • Alexander Randa's avatar
      Implement web hooks logging · 330789c2
      Alexander Randa authored
      * implemented logging of project and system web hooks
      * implemented UI for user area (project hooks)
      * implemented UI for admin area (system hooks)
      * implemented retry of logged webhook
      * NOT imeplemented log remover
      330789c2
  13. Apr 28, 2017
  14. Apr 12, 2017
    • Z.J. van de Weg's avatar
      Fix API not accepting job_events for webhooks · e415ad39
      Z.J. van de Weg authored
      When renaming, the argument on the projects hook API was forgotten. Now
      one could successfully set it again.
      
      The fix is a little ugly stylewise, but needed as the underlying model
      still refers to it as build_events. This commit is to fix it, later we
      should migrate the data to a new column. The edit on the spec file makes
      sure it passes now, and will fail when we migrate the column.
      e415ad39
  15. Jan 18, 2017
  16. Aug 31, 2016
  17. Aug 02, 2016
  18. Jul 29, 2016
  19. Jun 03, 2016
  20. May 30, 2016
  21. May 03, 2016
  22. May 02, 2016
  23. Dec 10, 2015
  24. Dec 04, 2015
  25. Oct 20, 2015
  26. Aug 26, 2015
  27. May 22, 2015
  28. Apr 20, 2015
  29. Feb 14, 2015
    • Vinnie Okada's avatar
      Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
      76aad9b7
  30. Dec 04, 2014
  31. Jul 29, 2014
  32. Jul 27, 2014
  33. Jun 26, 2014
  34. Apr 06, 2014
Loading