Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Jan 23, 2020
  3. Jan 17, 2020
  4. Nov 29, 2019
  5. Sep 10, 2019
  6. Jul 18, 2019
  7. Jun 17, 2019
    • Oswaldo Ferreir's avatar
      Persist tmp snippet uploads · 44e1915d
      Oswaldo Ferreir authored
      It persist temporary personal snippets under
      user/:id namespaces temporarily while creating
      a upload record to track it. If an user gets removed
      while it's still a tmp upload, it also gets removed.
      If the tmp upload is sent, the upload gets moved to
      personal_snippets/:id as before. The upload record
      also gets updated to the new model type as well.
      44e1915d
  8. Dec 20, 2018
  9. Oct 18, 2018
  10. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  11. Sep 11, 2018
  12. Jul 30, 2018
    • Bob Van Landuyt's avatar
      Show the status of a user in interactions · f1d3ea63
      Bob Van Landuyt authored
      The status is shown for
      - The author of a commit when viewing a commit
      - Notes on a commit (regular/diff)
      - The user that triggered a pipeline when viewing a pipeline
      - The author of a merge request when viewing a merge request
      - The author of notes on a merge request (regular/diff)
      - The author of an issue when viewing an issue
      - The author of notes on an issue
      - The author of a snippet when viewing a snippet
      - The author of notes on a snippet
      - A user's profile page
      - The list of members of a group/user
      f1d3ea63
  13. Jul 09, 2018
  14. Feb 28, 2018
  15. Oct 11, 2017
  16. Sep 06, 2017
  17. Jul 05, 2017
  18. Jun 07, 2017
  19. Jun 06, 2017
  20. May 31, 2017
  21. May 29, 2017
  22. May 10, 2017
  23. May 05, 2017
  24. May 04, 2017
    • Rares Sfirlogea's avatar
      Display slash commands outcome when previewing Markdown · 45e4c665
      Rares Sfirlogea authored
      Remove slash commands from Markdown preview and display their outcome next to
      the text field.
      Introduce new "explanation" block to our slash commands DSL.
      Introduce optional "parse_params" block to slash commands DSL that allows to
      process a parameter before it is passed to "explanation" or "command" blocks.
      Pass path for previewing Markdown as "data" attribute instead of setting
      a variable on "window".
      45e4c665
  25. May 02, 2017
  26. Apr 30, 2017
  27. Apr 26, 2017
  28. Feb 23, 2017
  29. Feb 21, 2017
  30. Feb 20, 2017
  31. Feb 02, 2017
    • Sean McGivern's avatar
      Check public snippets for spam · c63194ce
      Sean McGivern authored
      Apply the same spam checks to public snippets (either personal snippets
      that are public, or public snippets on public projects) as to issues on
      public projects.
      c63194ce
  32. Oct 11, 2016
  33. Sep 19, 2016
  34. Jun 03, 2016
Loading