Commit Graph

3137 Commits

Author SHA1 Message Date
Ashwin Maroli ce441d32ec
Enhance detection of conflicting destination URLs (#8459)
Merge pull request 8459
2020-11-08 11:15:17 -05:00
Ashwin Maroli 920c6f4ddc
Memoize destination of pages, documents and staticfiles (#8458)
Merge pull request 8458
2020-11-06 08:05:02 -05:00
Ashwin Maroli 5054e57fa5
Enable Lint/NoReturnInBeginEndBlocks Cop (#8457)
Merge pull request 8457
2020-11-05 09:38:52 -05:00
Ashwin Maroli 0dedc09ab3 Move PathManager methods into its singleton class 2020-11-05 17:30:59 +05:30
Ashwin Maroli d3e3225fc1 Configure cops introduced in RuboCop v1.2 2020-11-05 16:00:33 +05:30
Ashwin Maroli bf18b27e2a
Reduce array allocations from merging categories (#8453)
Merge pull request 8453
2020-11-04 10:31:00 -05:00
Ashwin Maroli a6bbcb7fb6
Memoize defaults computed for Convertibles (#8451)
Merge pull request 8451
2020-11-02 04:04:21 -05:00
Ashwin Maroli 7c56e397c9
Memoize array of drop getter method names (#8421)
Merge pull request 8421
2020-10-16 08:31:09 -04:00
Ashwin Maroli 5dc43a88de
Stash frequently used Drop setter keys for reuse (#8394)
Merge pull request 8394
2020-10-11 05:15:46 -04:00
Ashwin Maroli 34a78e1ea2
Check default front matter scope against symbols (#8393)
Merge pull request 8393
2020-10-11 04:41:25 -04:00
Frank Taillandier bcff13a16a
chore(deps): bump Rubocop to 0.93.0 (#8430)
Merge pull request 8430
2020-10-08 15:32:49 -04:00
Ashwin Maroli 335429b10c
Use Regexp#match? when MatchData is not required (#8427)
Merge pull request 8427
2020-10-08 10:03:16 -04:00
fauno 59bafa802b
Cache Jekyll.sanitized_path (#8424)
Merge pull request 8424
2020-10-07 10:39:06 -04:00
Ashwin Maroli ecbfa58d65
Reduce allocation from normalize_whitespace filter (#8400)
Merge pull request 8400
2020-10-01 09:53:12 -04:00
Ashwin Maroli 11020f80fa
Utilize flexibility of Site#in_dest_dir (#8403)
Merge pull request 8403
2020-10-01 09:51:41 -04:00
Ashwin Maroli f7292ec9cc
Enable `Performance/ChainArrayAllocation` cop (#8404)
Merge pull request 8404
2020-09-30 02:49:12 -04:00
Ashwin Maroli 7cb10df0b8
Compute relative_path of pages using PathManager (#8408)
Merge pull request 8408
2020-09-30 02:11:28 -04:00
Ashwin Maroli 98b7a4626a
Handle nil argument to Jekyll.sanitized_path (#8415)
Merge pull request 8415
2020-09-28 04:42:01 -04:00
Ashwin Maroli 51b976ed05
Check if site is in incremental mode optimally (#8401)
Merge pull request 8401
2020-09-24 07:36:10 -04:00
Ashwin Maroli 53f175516b
Implement custom delegators for drop methods (#8183)
Merge pull request 8183
2020-09-23 16:13:05 -04:00
Ashwin Maroli a401f0387e
Reduce string allocations from generating doc URLs (#8392)
Merge pull request 8392
2020-09-18 07:23:08 -04:00
Ashwin Maroli bd04997fee
Stash documents `write?` attribute in a variable (#8389)
Merge pull request 8389
2020-09-14 09:37:56 -04:00
Ashwin Maroli f2b463bb85
Optimize parsing of parameters in include tag (#8192)
Merge pull request 8192
2020-09-14 07:36:10 -04:00
Ashwin Maroli 51bb40913b
Reduce string allocations from the `link` tag (#8387)
Merge pull request 8387
2020-09-11 09:24:25 -04:00
Ashwin Maroli b456a69fa2
Refactor Jekyll::Utils::Platforms (#7236)
Merge pull request 7236
2020-09-09 12:04:59 -04:00
Ashwin Maroli 34add02e8b
Fix path matching regex in post_url Liquid tag (#8375)
Merge pull request 8375
2020-09-07 09:40:12 -04:00
jnozsc e824f6b9cc
Update rubocop gem to 0.90.0 (#8313)
Merge pull request 8313
2020-09-04 16:10:41 -04:00
Liam Cooke eac6eb25b8
Add post_convert hook to modify HTML content before layout (#8368)
Co-authored-by: John Hughes <johnkhughes@users.noreply.github.com>
2020-09-04 12:31:24 +05:30
Seeker 4f81011442
Supress warning issued for redirect pages (#8347)
Merge pull request 8347
2020-08-19 13:16:18 -04:00
Seeker a4f5b850af
Warn on command-line with permalink conflict (#8342)
Merge pull request 8342
2020-08-16 06:48:19 -04:00
Francesco Bianco e2159f72e3
Update default.html (#8305)
Merge pull request 8305
2020-07-16 12:23:05 -04:00
Alex Malaszkiewicz f5826eed3c
Replace nested conditional with guard clauses (#8294)
Merge pull request 8294
2020-07-09 14:25:59 -04:00
Alex Malaszkiewicz 2c793fcf77
Move permalink styles data to constant (#8282)
Merge pull request 8282
2020-07-05 15:16:01 -04:00
Frank Taillandier baf0274234 chore: bump to 4.1.1 2020-06-24 18:55:53 +02:00
Ashwin Maroli 52a1db530a Bump RuboCop to v0.86.x 2020-06-22 20:02:29 +05:30
Ashwin Maroli ba29de02d4
Make page excerpts consistent with doc excerpts (#8236)
Merge pull request 8236
2020-06-17 09:26:53 -04:00
Ashwin Maroli ee20e844aa
Don't generate excerpts for non-html pages (#8234)
Merge pull request 8234
2020-06-08 08:39:50 -04:00
Ashwin Maroli 03256d7b80 Revert re-introduction of PageDrop
Reverts commit 1bfb12b210.
2020-06-04 20:08:35 +05:30
Ashwin Maroli 1bfb12b210 Revert deletion of PageDrop
Reverts commit 8590ab0768.
Reverts commit 69154c2ef7.
2020-06-04 19:24:51 +05:30
Ashwin Maroli 8590ab0768
Revert introduction of PageDrop (#8221)
Merge pull request 8221
2020-06-04 08:54:16 -04:00
Ashwin Maroli 8b22c9dcd5
Disable page excerpts by default (#8222)
Merge pull request 8222
2020-06-04 04:57:10 -04:00
Ashwin Maroli 4b57a4187e Revert temporary locks on ffi gem for Windows
This reverts commit 4046ca2322.
This reverts commit da61a16ee2.
2020-06-03 15:28:13 +05:30
Ashwin Maroli 751b8f9c3c
Bump RuboCop to v0.85.x (#8223)
Merge pull request 8223
2020-06-01 14:07:43 -04:00
Ashwin Maroli 4046ca2322 Temporarily lock ffi gem to v1.12.x on Windows 2020-06-01 22:50:34 +05:30
Frank Taillandier 0a48b23695 chore(release): v4.1.0 💎 2020-05-27 12:43:37 +02:00
Ashwin Maroli 1292dcc24a
Initialize include-files as Jekyll objects (#8158)
Merge pull request 8158
2020-05-25 13:01:03 -04:00
Ashwin Maroli c0fde30d4b
Initialize static files' data hash only if needed (#8188)
Merge pull request 8188
2020-05-25 12:20:10 -04:00
iBug ♦ 13b7291649
Make number_of_words respect CJK characters (#7813)
Merge pull request 7813
2020-05-22 11:01:17 -04:00
Ashwin Maroli 0b2c4c9cec
Add find filters to optimize where-first chains (#8171)
Merge pull request 8171
2020-05-21 06:56:47 -04:00
Ashwin Maroli 589b122416
Profile various stages of a site's build process (#6760)
Merge pull request 6760
2020-05-21 06:06:14 -04:00