Skip to content
Snippets Groups Projects
  1. Mar 20, 2020
  2. Mar 10, 2020
  3. Mar 09, 2020
  4. Feb 25, 2020
  5. Jan 23, 2020
  6. Jan 17, 2020
  7. Nov 29, 2019
  8. Sep 10, 2019
  9. Jul 18, 2019
  10. 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
  11. Dec 20, 2018
  12. Oct 18, 2018
  13. 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
  14. Sep 11, 2018
  15. 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
  16. Jul 09, 2018
  17. Feb 28, 2018
  18. Oct 11, 2017
  19. Sep 06, 2017
  20. Jul 05, 2017
  21. Jun 07, 2017
  22. Jun 06, 2017
  23. May 31, 2017
  24. May 29, 2017
  25. May 10, 2017
  26. May 05, 2017
  27. 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
  28. May 02, 2017
  29. Apr 30, 2017
  30. Apr 26, 2017
  31. Feb 23, 2017
  32. Feb 21, 2017
  33. Feb 20, 2017
  34. 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
Loading