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