Commit Graph

1043 Commits

Author SHA1 Message Date
Joshua Rosenfeld 7296bba28c
Add missing license file
License type was listed in README, but no license file was present
2018-12-21 13:57:54 -05:00
Rafael dos Santos Silva 874fa4d375 Make our swap config compatible with systemd >= 207 (#331) 2018-11-27 18:39:46 +11:00
Sam b06dc1b1f2 FEATURE: added template for critical DNS caching 2018-11-23 15:09:11 +11:00
Guo Xiang Tan c786ffcdfb Support `--run-image` option for launcher. 2018-11-19 16:34:30 +08:00
Gerhard Schlager fd25bb9633 Rename template for consistency 2018-10-31 17:33:45 +01:00
Sam de92c66d9b bump launcher for IP address lookups 2018-10-31 15:48:17 +11:00
Gerhard Schlager 26a195e8b3 Add template for including Chrome and ChromeDriver 2018-10-31 00:49:10 +01:00
Gerhard Schlager 309d12426d Improve template for mbox imports
* Do not prevent sidekiq from running
* mbox import script has been renamed
2018-10-31 00:48:31 +01:00
Sam Saffron dcf44a6f57 correct template to insert policy at the right spot 2018-10-24 08:56:14 +11:00
Sam 42aefc32ae revert update for now as it breaks our test suite 2018-10-18 18:44:35 +11:00
Sam 364611f7cc tweaks required to get this to build... ruby now needs ruby to install ruby 2018-10-18 17:41:24 +11:00
Sam Saffron 56a20ae87b bump version of image magick / libpng 2018-10-18 09:26:24 +11:00
Sam Saffron 86dbb91669 Upgrade Ruby to Version 2.5.2
(security patches are included in 2.5.2)
2018-10-18 09:20:43 +11:00
Guo Xiang Tan e0bbec1fb9
Bump `discourse/base` docker image.
Includes the new maxmind db rake task to resolve location based on IP.
2018-10-10 14:21:44 +08:00
Sam cac4e5c65d Revert "Revert f4973e9280 since we can't use Rails at this point"
This reverts commit a0586b4a13.
(master is now fixed to allow this rake task)
2018-10-10 11:27:31 +11:00
Régis Hanol a0586b4a13 Revert f4973e9280 since we can't use Rails at this point 2018-10-09 17:52:41 +02:00
Régis Hanol f4973e9280
Merge pull request #410 from nbianca/maxminddb
Run Rake task to fetch MaxMindDb.
2018-10-09 22:22:27 +08:00
Gerhard Schlager f390d78f72 Move tmp directories for backups and restores into /shared (#411)
Large temporary files shouldn't be stored inside of the Docker container.
2018-10-05 09:31:59 +10:00
Bianca Nenciu 1a075be060 Run Rake task to fetch MaxMindDb. 2018-10-03 17:18:37 +03:00
Vincent ceffc4433e Use rm -rf in remove-old-socket (#409)
In some cases, the leftover socket is actually a directory.
2018-09-28 17:41:18 +08:00
Guo Xiang Tan 2791af602b Make `./launcher run` use the run image instead. 2018-09-18 17:46:27 +08:00
Guo Xiang Tan f126bcc60e `./launhcer run` should exit with the right code. 2018-09-18 17:33:16 +08:00
Guo Xiang Tan 141cb56712 Can't use `--login` because bash profile hasn't been created.
This reverts commit 4535fb5460.
2018-09-18 17:12:08 +08:00
Guo Xiang Tan 4535fb5460 Run command in Discourse's dir by default. 2018-09-18 17:10:44 +08:00
Guo Xiang Tan 1ec142a14a FEATURE: Add `./launcher run` command.
This is useful for running custom commands
with the config for a given template.
2018-09-18 17:07:29 +08:00
Guo Xiang Tan 5c7262176f
Merge pull request #397 from pfaffman/patch-1
.gitignore show some love for emacs
2018-09-11 17:02:40 +08:00
Guo Xiang Tan 9a4dca1802 Remove prettier from the base image.
This should be installed by yarn.
2018-09-07 14:48:25 +08:00
Kyle Zhao 5fbf7d58df rubygems still use .org (#407)
`ruby-china` gems mirror changed to `.com` due to ICP Filing complications
The original rubygems source still uses .org, though
2018-09-03 11:18:58 +10:00
scavin ed294afb62 ruby-china change domain (#406) 2018-09-03 10:32:59 +10:00
Matt Palmer aef8682f1e Speed up mass-chown 2018-08-27 10:50:23 +10:00
Joshua Rosenfeld 5c190b18f5
Merge pull request #404 from camilleroux/patch-1
Typo fix
2018-08-19 19:40:02 -04:00
Camille Roux 82b2979dec
Typo fix 2018-08-20 01:37:10 +02:00
Rafael dos Santos Silva 208e5ee546 Remove old build script 2018-08-17 17:08:14 -03:00
Rafael dos Santos Silva ee9a95ab11 Update image docs 2018-08-17 17:06:58 -03:00
Sam b1572a5e8b update web template to check for thpoff 2018-08-02 17:38:44 +10:00
Sam 1404e881d1 FEATURE: disable huge pages in PG, web and redis 2018-08-02 17:00:20 +10:00
Sam 214fd2f09e FEATURE: ability to turn off transparent huge pages on arbitrary programs 2018-08-02 15:01:56 +10:00
Gerhard Schlager 1d55926aa4 Revert "Add libicu-dev for charlock_holmes gem"
This reverts commit 2ad56e6b09.
2018-08-01 22:33:33 +02:00
Sam d03235651f Add tcmalloc as an optional allocator 2018-07-31 12:16:41 +10:00
Joffrey JAFFEUX 957f21c436
fixes prettier version at 1.14.0 2018-07-30 11:43:26 -04:00
Michael Scherer abcf2a97a1 Make launcher work with french locale (among others) (#395)
On several locales others than C, A-Z might match more than A to Z, due
to different collation order.

See https://unix.stackexchange.com/questions/227070/why-does-a-z-match-lowercase-letters-in-bash
for explanation.
2018-07-30 16:21:25 +10:00
Rishabh b7298113d2 Improved Let's Encrypt email argument (#400) 2018-07-30 10:14:44 +10:00
Gerhard Schlager 2ad56e6b09 Add libicu-dev for charlock_holmes gem 2018-07-26 14:18:04 +02:00
Guo Xiang Tan f36dd31cfb Use github archive for ImageMagick instead. 2018-07-24 14:22:50 +08:00
Guo Xiang Tan 9d8da4b385 Bump base image for launcher. 2018-07-23 11:45:37 +08:00
Guo Xiang Tan 05d4d347d4 Remove replace commands that are no longer required in Imagemagick7. 2018-07-18 09:53:14 +08:00
Guo Xiang Tan 97001f25ea Update imagemagick to ImageMagick7. 2018-07-17 14:30:50 +08:00
Jay Pfaffman 24b887f2db FEATURE: Add the doctor (#396) 2018-07-12 17:05:48 +01:00
Jay Pfaffman 8e68de9e99
.gitignore show some love for emacs
Add `*~` and `#*#` to .gitignore for emacs temp/lock files
2018-07-12 08:36:25 +02:00
Gerhard Schlager c11d5b0cfc Add template that installs depencencies for MSSQL Server 2018-06-26 17:47:48 +02:00