102 Commits

Author SHA1 Message Date
Pixelastic
4e45d7757a fix(json): Fix jsonification for Ruby < 2.4 2018-02-28 18:48:14 +01:00
Pixelastic
0d725689a1 fix(batch): Delete records before adding new ones in batches 2018-02-28 18:47:55 +01:00
Pixelastic
92ad1864bd fix(jsonify): Stop converting floats to string 2018-02-28 15:42:25 +01:00
Pixelastic
20f5595fb0 fix(paginate): Prevent pagination pages from being rendered 2018-02-28 15:18:44 +01:00
Pixelastic
8a0b9cd0ec fix(extract): Remove serialized version of unknown objects 2018-02-27 18:31:25 +01:00
Pixelastic
e70b4fe3bd fix(path): Correctly get relative path for relative sources 2018-02-27 15:27:24 +01:00
Pixelastic
89f8b48766 feat(exclude): Exclude ignore files from rendering 2018-02-27 15:04:38 +01:00
Pixelastic
6ab7a50a2e fix(absolute_path): Handle relative source
absolute_path will always return an absolute path, even if the source
is defined as relative
2018-02-26 14:28:47 +01:00
Pixelastic
ab46596ba5 fix(jekyll-asciidoc): Exclude document key added by jekyll-asciidoc 2018-02-14 16:46:56 +01:00
Pixelastic
2beae1f330 fix(paths): Handles both relative and absolute paths 2018-02-13 17:28:09 +01:00
Pixelastic
918524009d fix(record_too_big): Better debug of records too big 2018-02-12 17:42:08 +01:00
Pixelastic
61bb7314e4 fix(excerpt): Don't fail on malformed excerpt 2018-02-12 13:53:34 +01:00
Pixelastic
d6696049af test(run): Fixing test 2018-01-30 18:06:17 +01:00
Pixelastic
184bf1e0ca style(test): Remove focused test 2018-01-30 18:03:48 +01:00
Pixelastic
92985627b2 feature(settings): Do not overwrite user settings if not needed 2018-01-30 17:58:39 +01:00
Pixelastic
f691bac7fc refactor(indexer): Split update_records and run 2018-01-30 16:30:00 +01:00
Pixelastic
531c90777b Make diff batches the default indexing mode 2018-01-30 16:30:00 +01:00
Pixelastic
6d0b567e7c fix(copy): Do not copy the index if source does not exist 2018-01-30 16:29:27 +01:00
Pixelastic
c95eb99574 feat(indexing): Making atomic mode consume less operations 2018-01-30 16:29:27 +01:00
Pixelastic
7fa64b43ed fix(pagination): Exclude pagination pages defined by paginate_path 2017-12-22 12:59:44 +01:00
Pixelastic
16a0102d60 fix(date): Make sure collections have a nil date if none defined 2017-12-22 12:04:57 +01:00
Pixelastic
bf4db661ca fix(record_too_big): Use content for hint in error display 2017-12-20 12:01:49 +01:00
Pixelastic
bd826c5ee0 fix(hooks): Apply unique objectID after all hooks 2017-12-19 18:49:00 +01:00
Pixelastic
86e1e59956 fix(extractor): Update record objectID when updated from hook 2017-12-19 12:40:54 +01:00
Pixelastic
f27733490d fix(error): Catch errors when pushing to non-existing app in atomic 2017-11-29 17:45:29 +01:00
Pixelastic
3422ffa69f feat(log): Adding "nothing to index" message in diff mode 2017-11-29 17:17:44 +01:00
Pixelastic
1f8ee17433 feat(log): Do not delete an empty list of records 2017-11-29 17:09:39 +01:00
Pixelastic
04713474e8 chore(rubocop): Auto-fix Rubocop errors for Ruby 2.3
Original idea coming from https://github.com/algolia/jekyll-algolia/pull/18
2017-11-28 14:44:36 +01:00
Pixelastic
231c17148a Correctly applying the _all hook only once on all records 2017-11-17 20:33:01 +01:00
Pixelastic
1bd2fc49fd Allow glob patterns in files_to_exclude 2017-11-17 19:17:47 +01:00
Pixelastic
9240118fe8 Display an error if no records can be indexed 2017-11-17 18:55:23 +01:00
Pixelastic
7f606d3a85 Update Rubocop 2017-11-17 16:45:50 +01:00
Pixelastic
ee2e508c5e Add helpful error messages for each known error 2017-11-17 12:08:19 +01:00
Pixelastic
aec10bbe77 Allow displaying custom variables in error messages 2017-11-16 20:00:55 +01:00
Pixelastic
8e35d8eb10 Identify wrong index name 2017-11-16 17:08:28 +01:00
Pixelastic
a10b2d385b Catch "record too big" errors 2017-11-16 13:57:02 +01:00
Pixelastic
17f456c463 Add custom User-Agent 2017-11-15 13:47:48 +01:00
Pixelastic
7812be9cb4 Adding verbose tests 2017-11-15 12:11:57 +01:00
Pixelastic
7a33daa677 Add dry_run mode 2017-11-15 11:21:27 +01:00
Pixelastic
7112f10c5c Add tests for the atomic indexing mode 2017-11-14 18:44:28 +01:00
Pixelastic
8595bda487 Add check for indexing_mode 2017-11-14 17:05:49 +01:00
Pixelastic
02adfc3fc1 Adding diff indexing mode + tests 2017-11-14 16:47:26 +01:00
Pixelastic
680e09f135 Add tests for logging custom errors 2017-11-13 17:14:51 +01:00
Pixelastic
07e547b5d8 Exit Jekyll command if wrong Algolia config 2017-11-13 14:34:00 +01:00
Pixelastic
d131a62457 Adding getters for app id, api key and index name 2017-11-13 12:57:14 +01:00
Pixelastic
fcf67a08a6 Add string/regex matcher for all versions 2017-11-11 01:22:59 +01:00
Pixelastic
a437f15a24 Adding tests for extractor run 2017-11-10 19:31:52 +01:00
Pixelastic
45200fe8d1 Add missing tests to FileBrowser
Can now extract all data from all files
2017-11-10 16:15:29 +01:00
Pixelastic
7b9982b788 Adding FileBrowser export of file metadata 2017-11-10 14:43:40 +01:00
Pixelastic
b05916f6b1 Adding Configurator and FileBrowser + tests 2017-11-09 17:29:01 +01:00