420e7bccca
bump onebox version (take 2)
...
- better detection of zero dollar amazon price
2018-10-03 17:54:56 +05:30
b56d0026b9
bump onebox version
...
- do not display zero dollar price on Amazon onebox
- fix google play store onebox
2018-10-03 17:05:51 +05:30
a2b6eed284
FIX: correct compilation issues on clang 10
...
In MacOS we need different compilation flags now that some are
deprecated in clang 10, this is not specific to mojave which was
the previous fix
2018-09-28 09:42:06 +08:00
afd2edabe4
DEV: update mini_racer for Mojave support
...
MacOS Mojave deprecates some libraries making it a bit
harder to compile Mini Racer, this release adds support
2018-09-26 07:43:34 +08:00
80229668f9
bump onebox version
...
- FIX: user correct steam placeholder image url
- catch up Ruby 2.6
2018-09-19 10:06:43 +05:30
fb9e3e6423
Update aws-sdk-s3
...
In preparation for https://github.com/discourse/discourse/pull/6345
2018-09-17 17:39:46 +02:00
5bb7cc8710
FIX: update PG gem
...
We need the newer PG gem to fix issues around rb_wait_for_single_fd that
pop up in rare conditions
2018-09-13 21:57:20 +10:00
0d8c72d8c4
DEV: Add rake task to check locale files for errors
2018-09-05 00:47:39 +02:00
8ce8edaf40
bump onebox version
2018-08-31 15:10:11 +05:30
6b9aeeea73
bump onebox version
2018-08-31 08:40:36 +05:30
a928bf4300
Revert rails_multisite
back to 2.0.4
.
2018-08-30 15:42:51 +08:00
2872b100dc
bump onebox version
2018-08-29 16:55:06 +05:30
b760f66523
Upgrade PG gem to latest
...
This unlocks some performance improvements
2018-08-27 10:58:19 +10:00
6acba44ed9
Revert "Install mailcatcher
in development."
...
This reverts commit 914ce34e5b2fe4294bf2a5f1abf13ffe94c7eab5.
* requires sqlite3 to be installed.
2018-08-21 15:40:50 +08:00
914ce34e5b
Install mailcatcher
in development.
2018-08-21 15:28:02 +08:00
168ffd8384
FEATURE: group warnings about IP level rate limiting
2018-08-13 14:38:20 +10:00
b829452c75
Merge pull request #6209 from discourse/mini_scheduler
...
REFACTOR: extract scheduler to the mini_scheduler gem
2018-08-01 10:28:24 -04:00
a115aae45f
Use rchardet instead of charlock_holmes gem
2018-08-01 10:41:20 +02:00
ff942ed2f3
FIX: Try detecting encoding of RSS feed
2018-08-01 10:41:20 +02:00
4ad7ce70ce
REFACTOR: extract scheduler to the mini_scheduler gem
2018-07-31 17:12:55 -04:00
458d9cd17a
bump onebox version
2018-07-31 22:52:03 +05:30
b4a2f3fe2f
DEV: implementing danger for travis
2018-07-24 10:12:15 -04:00
22dad7f0e8
bump onebox version
2018-07-17 13:55:00 +05:30
39299fdd8c
bump onebox version
2018-07-16 11:43:32 +05:30
2a5a57a87e
bump onebox version
2018-07-12 21:29:34 +05:30
72a3457379
Bump discourse_image_optim
which uses a global timeout.
...
Our previous solution has the timeout set at the worker level
which means the total timeout would be X timeout secs * N number of
workers.
2018-07-09 10:30:18 +08:00
564e7e6898
FEATURE: update libv8 to version 6.7
...
This has parity with stable Chrome!
2018-07-09 09:08:25 +10:00
f662d1135e
FIX: update mini_racer corrects erratic segfaults
...
In some conditions mini_racer would segfault causing sidekiq crash or
web crash, this was automatically recovered from but not ideal.
2018-07-06 11:00:07 +10:00
3d2f3ef8ae
Update discourse_image_optim gem.
2018-07-03 15:22:54 +08:00
55a963252d
bump onebox version
2018-07-02 10:36:26 +05:30
ebd2be9e02
DEV: lower highline requirement
2018-06-27 22:50:00 +02:00
2f5b7beace
bump onebox version
2018-06-25 11:22:06 +05:30
da8c6e9ac0
bump mini_sql for faster/more correct time conversions
2018-06-24 15:17:47 +10:00
a171464a55
bump onebox version
2018-06-20 16:47:55 +05:30
bb959e85e6
Pin exifr to 1.2.5.
2018-06-20 17:27:46 +08:00
cb824a6b33
DEV: remove all calls to SqlBuilder use DB.build instead
...
This is part of the migration to mini_sql, SqlBuilder.new is being
deprecated and replaced with DB.build
2018-06-20 17:53:49 +10:00
76707eec1b
Update rails_multisite.
2018-06-20 15:11:41 +08:00
ccb57e609f
bump onebox version
2018-06-20 11:06:56 +05:30
2a8e7a5d4e
upgrade gems
2018-06-20 10:07:56 +10:00
8ea29c51ae
SECURITY: update sprockets for CVE-2018-3760
2018-06-20 09:49:26 +10:00
b8e5989201
correct rake db:create, which needs a defer DB object
2018-06-19 16:43:50 +10:00
5f64fd0a21
DEV: remove exec_sql and replace with mini_sql
...
Introduce new patterns for direct sql that are safe and fast.
MiniSql is not prone to memory bloat that can happen with direct PG usage.
It also has an extremely fast materializer and very a convenient API
- DB.exec(sql, *params) => runs sql returns row count
- DB.query(sql, *params) => runs sql returns usable objects (not a hash)
- DB.query_hash(sql, *params) => runs sql returns an array of hashes
- DB.query_single(sql, *params) => runs sql and returns a flat one dimensional array
- DB.build(sql) => returns a sql builder
See more at: https://github.com/discourse/mini_sql
2018-06-19 16:13:36 +10:00
f4fdcda502
Upgrade to Rails 5.2 take 2.
2018-06-08 09:33:50 +08:00
c6bf8f6e24
FIX: Uploading JPEG files didn't work anymore
2018-06-07 17:39:27 +02:00
1834417e2f
downgrade rails properly
2018-06-07 20:38:22 +10:00
d3b8ee761c
revert to rails 5.1 for now
2018-06-07 19:47:53 +10:00
89ad2b5900
DEV: Rails 5.2 upgrade and global gem upgrade
...
This updates tests to use latest rails 5 practice
and updates ALL dependencies that could be updated
Performance testing shows that performance has not regressed
if anything it is marginally faster now.
2018-06-07 14:21:33 +10:00
2bd905c632
Revert "Upgrade Rails to 5.1.6."
...
This reverts commit ab66215f5cfc189b28e650ac85b6dc385b024fa4.
2018-06-07 09:49:38 +08:00
ab66215f5c
Upgrade Rails to 5.1.6.
2018-06-07 08:34:36 +08:00
685083491e
FEATURE: StackOverflow importer
2018-06-04 16:57:12 +02:00