Pixelastic
7783b79e73
feature(settings): Detect when features are changed from outside
2018-03-08 16:00:12 +01:00
Pixelastic
4a51819fbf
chore(rakefile): Hide description for private task
2018-03-01 18:55:15 +01:00
Pixelastic
823feaa6b5
test(config): Update tests to pass with new ENV variables
2018-03-01 18:53:47 +01:00
Pixelastic
79320b8f5d
test(integration): Make sure we can search for math symbols
2018-03-01 18:38:40 +01:00
Pixelastic
2d2598cc46
test(integration): Check that attributesToSnippet is correctly set
2018-03-01 17:55:42 +01:00
Pixelastic
0c1ea4e745
test(integration): Checking that the number of records is correct
2018-03-01 17:25:57 +01:00
Pixelastic
8544dde79a
test(integration): Check that files are not deleted from _site
2018-03-01 17:06:50 +01:00
Pixelastic
d7e4103ab2
test(integration): Delete the index between each runs
2018-03-01 16:36:55 +01:00
Pixelastic
48604389a1
test(integration): Add integration scripts placeholders
2018-03-01 16:16:59 +01:00
Pixelastic
c61d9a21f6
chore(rake): Simplify list of rake tasks
2018-03-01 16:06:13 +01:00
Pixelastic
5ec13983fe
release 1.1.5
1.1.5
2018-03-01 11:34:19 +01:00
Pixelastic
112dc9bd18
fix(cleanup): Stop deleting files from destination
2018-03-01 11:32:57 +01:00
Pixelastic
1caeb018cf
feat(archives): Skip archive generation when indexing
2018-02-28 19:08:08 +01:00
Pixelastic
209dcd2350
release 1.1.4
1.1.4
2018-02-28 18:50:26 +01:00
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
10d15a75b4
docs(poweredBy): Add more explicit mention of poweredBy for free plans
2018-02-28 16:40:11 +01:00
Pixelastic
2241a869a8
release 1.1.3
1.1.3
2018-02-28 15:52:19 +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
ed7bc4839c
chore(deps): Adding Guard as a dependency
2018-02-26 13:40:19 +01:00
Tim Carry
1e66b48004
docs(blog): Update to latest instantsearch.js
2018-02-15 22:46:26 +01:00
Pixelastic
d0180711e2
release 1.1.2
1.1.2
2018-02-15 14:20:52 +01:00
Pixelastic
b2ca0fe8b4
docs(badges): Displaying build and coverage for both branches
2018-02-15 13:39:56 +01:00
Pixelastic
845c987457
docs(issue): Updating the issue template
2018-02-14 17:17:41 +01:00
Pixelastic
ab46596ba5
fix(jekyll-asciidoc): Exclude document key added by jekyll-asciidoc
2018-02-14 16:46:56 +01:00
Pixelastic
d35d1daa32
release 1.1.1
1.1.1
2018-02-14 15:10:58 +01:00
Pixelastic
79d269aca0
chore(lint): Remove empty line
2018-02-14 15:02:38 +01:00
Pixelastic
2beae1f330
fix(paths): Handles both relative and absolute paths
2018-02-13 17:28:09 +01:00
Ale Muñoz
fa1ddd9248
Update file_browser.rb
...
The current code will check if `/project/path/file/path.extension` is included on an array of paths in this form: `file/path.extension`. That'll always return false, so the files will never be excluded.
In my case, I have a project in `/Users/ale/Code/Website-frontend`, and in my `_config.yml` I have a `files_to_exclude: [_pages/**/*]` setting.
If I run `jekyll algolia` without this fix, one of my files is checked against the excluded files array using its full path (`/Users/ale/Code/Website-frontend/_pages/community/organizer-guide.md`), while the array contains its relative path (`_pages/community/organizer-guide.md`) so it doesn't match and it's included on the index.
I haven't had time to update the spec for this change, but since the tests still pass I assume there's something wrong with the existing tests.
2018-02-13 17:27:22 +01:00
Pixelastic
e7d782b6bf
fix(record_too_big): Reformulate error message
2018-02-12 17:45: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
8dac3ae8a6
test(Gemfile): Add jekyll-paginate to spec deps
2018-02-12 13:53:34 +01:00
Pixelastic
b331ffe932
chore(comment): Remove comment
2018-02-12 13:53:34 +01:00
Pixelastic
034302f01c
chore(ignore): Ignore the spec website
2018-02-12 13:53:34 +01:00
Tim Carry
0eb3362cdb
docs(_config.yml): Remove uneeded quotes
2018-02-09 14:40:50 +01:00
Pixelastic
737fee0fa1
chore(deps): Move jekyll-paginate as a development dependency
2018-02-09 14:37:04 +01:00
Pixelastic
1c9b92e3aa
Updating documentation website
2018-02-03 10:26:47 +01:00
Pixelastic
6d7902f8e1
docs(homepage): Fix homepage links
2018-02-02 22:48:55 +01:00
Pixelastic
7e392f355b
Updating documentation website
2018-02-01 16:14:33 +01:00
Pixelastic
6534fe6182
Revert "Improve searchbar"
...
This reverts commit 884a1ffdbf826bd9a95edcb5d04cd2d292c7a4a7.
2018-02-01 16:13:29 +01:00
Pixelastic
1038e1fe31
Updating documentation website
2018-02-01 14:14:15 +01:00
Lucas Bonomi
884a1ffdbf
Improve searchbar
2018-02-01 14:13:28 +01:00
Pixelastic
fbc2e6fa1c
Updating documentation website
2018-02-01 14:12:55 +01:00
Pixelastic
4f26ea4ee4
release 1.1.0
1.1.0
2018-01-30 18:07:01 +01:00