Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Jan 30, 2020
  3. Jan 27, 2020
  4. Jan 08, 2020
  5. Dec 23, 2019
  6. Dec 20, 2019
  7. Dec 04, 2019
  8. Nov 26, 2019
  9. Nov 18, 2019
  10. Nov 15, 2019
  11. Sep 25, 2019
  12. Sep 06, 2019
    • Krasimir Angelov's avatar
      Add skeleton Pages internal API · 477ba2b3
      Krasimir Angelov authored
      Basic `/internal/pages` endpoint that will be used for Pages virtual
      domains internal API. The endpoint is currently behind feature flag and
      provides authetication similar to how Workhorse is authenticating with
      the GitLab.
      477ba2b3
  13. Sep 03, 2019
    • Yorick Peterse's avatar
      Fix Git ignore for tmp/, shared/, and plugins/ · 55063f85
      Yorick Peterse authored
      The old rules meant that any future changes to these directories would
      require the use of `git add -f` to be staged. This is problematic for
      the upcoming FOSS-only mirror of GitLab. Any changes to be synced to
      this mirror are staged using `git add --all .`, which due to the Git
      ignore rules would not add the tmp/ and shared/ directories. This then
      leads to various specs failing because they expect certain
      sub-directories of these directories to be available.
      
      This commit changes the rules so that we include the .gitkeep files,
      ignore other files, and completely ignore anything in tmp/test. This
      requires that the rules are specified in tmp/.gitignore and
      shared/.gitignore, instead of the top-level .gitignore, without this I
      could not get Git to include the .gitkeep files properly.
      Unverified
      55063f85
  14. Sep 02, 2019
  15. Aug 20, 2019
    • Diego Louzán's avatar
      feat: SMIME signed notification emails · 0dcb9d21
      Diego Louzán authored
      - Add mail interceptor the signs outgoing email with SMIME
      - Add lib and helpers to work with SMIME data
      - New configuration params for setting up SMIME key and cert files
      0dcb9d21
  16. May 23, 2019
  17. May 02, 2019
  18. Jan 14, 2019
  19. Dec 05, 2018
  20. Oct 25, 2018
    • Andrew Newdigate's avatar
      Add experimental support for Puma · 1065f8ce
      Andrew Newdigate authored
      This allows us (and others) to test drive Puma without it affecting all
      users. Puma can be enabled by setting the environment variable
      "EXPERIMENTAL_PUMA" to a non empty value.
      1065f8ce
  21. Sep 11, 2018
  22. Sep 03, 2018
  23. Jun 25, 2018
    • Zeger-Jan van de Weg's avatar
      Exclude Geo DB Yaml on CE too · 51826849
      Zeger-Jan van de Weg authored
      For Geo, a file is created for configuration of the database. This file
      shouldn't appear in CE, but if you've setup your GDK with a remote
      pointing to CE and one to EE, this file might be around when switching
      branches.
      
      This will mark the workspace dirty, which annoys me more than it should.
      
      [ci skip]
      Unverified
      51826849
  24. Jun 15, 2018
  25. May 31, 2018
  26. May 30, 2018
  27. May 04, 2018
  28. Apr 27, 2018
  29. Mar 28, 2018
  30. Mar 14, 2018
  31. Mar 09, 2018
  32. Feb 26, 2018
  33. Jan 12, 2018
  34. Oct 02, 2017
  35. Jul 11, 2017
  36. Jun 30, 2017
  37. Jun 27, 2017
  38. May 16, 2017
Loading