This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Commit 9eb937f
Release v1.0.0 (#201)
* Bump open-api spec
* Simplify dump version section since v1.0 can import all dumps (#203)
* Simplify dump version section since v1.0 can import all dumps
* Relax target import version
Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
---------
Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
* Rename dump command from `--dumps-dir` to `--dump-dir` (#204)
* Propagate the change to --dumps-dir to the specification
* Rename section header in openAPI documentation
* Dump destination -> Dump directory
* Finish destination -> directory renaming
Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
---------
Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
* Update the specification of soft-deleted documents (#206)
* Grammarly'd soft-deletion page
* Soft-deleted: update the functional specification
* Remove `--max-index-size` and `--max-task-db-size` (#207)
* Robustify Primary Key Inference - Update related errors (#208)
* update inference errors
* Add `index_` prefix to newly-introduced error codes
Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
* Update error messages following meilisearch/meilisearch#3301
---------
Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
* Reject master keys shorter than 16 bytes in `production` (#209)
* Specify what happens when too short a master key is provided
* Change error message
* Characters -> bytes for master key length
* Specify Error and Warning messages regarding the master-key
* Update text/0119-instance-options.md
* Update text/0119-instance-options.md
* Specify warning messages when a master key is missing or lower than 16 bytes in env development
* Apply suggestions from code review
Co-authored-by: Maryam <90181761+maryamsulemani97@users.noreply.github.com>
* Replace export MEILI_MASTER_KEY by --master-key
* Apply suggestions from code review
Co-authored-by: Louis Dureuil <louis.dureuil@gmail.com>
---------
Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
Co-authored-by: Maryam <90181761+maryamsulemani97@users.noreply.github.com>
* Add `OFF` log level to spec (#211)
* Errors handling enhancement (#212)
* Replace invalid_duplicate_index_found error code to invalid_swap_duplicate_index_found
* Remove bad_request for settings properties error; replaced with dedicated error codes
* cleaning old bad usage of the spec and replaces it with relevant information
* Split search bad_request error code to dedicated error code
* Catch-up: remove unused dump_not_found error code
* Do an update pass on old specs format
* Details context, variant cases
* Add system type;Split invalid_task_date_filter to dedicated error codes
* Precise index API bad_request error code to dedicated one
* Precise bad_request to a dedicated code for the swap indexes API
* Use invalid_index_primary_key when ?primaryKey is invalid instead of bad_request; + add TODO bad_request we forgot
* marking missed bad_request on /keys
* Add missed bad_request codes for GET /keys
* Add missed bad_request codes for GET /documents
* Removes _filter suffix from query parameter error_code for tasks API; Add missing bad_request error_code on GET /tasks
* Add missing bad_request error codes on GET /indexes
* remove future possibilities
* Replace search_Parameter by search into the /search error codes naming
* Replace bad_request code when the mandatory uid is missing when posting an index resource; split the generic missing_parameter to dedicated error codes
* fix sentence sense
* Split immutable_field to dedicated api key fields
* Removes missing todo marker; Add missing part
* Add suggested review comments
* Catch-up/Add when an invalid index uid is gen for the :indexUid path parameter
* Add immutable_index_uid error code on PATCH /indexes/:indexUid when uid is specified in the request payload
* invalid_settings_ranking_rules can only be synchronous
* Details async/sync case for error related to minWordsSizeForTypos object
* Add immutable_index_created_at and immutable_index_updated_at for the Index API Resource
* Add missing_swap_indexes on the POST swap-indexes resource
* Update text/0061-error-format-and-definitions.md
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
* merge the :deserr_helper and the :deserr_location
* Rephrase and catch-up miss
* get rids of the index_not_accessible error code since no one remember about it
---------
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
Co-authored-by: Tamo <tamo@meilisearch.com>
* Add error message when doing a migration (#213)
* Add the migration CLI error
* Update text/0105-dumps-api.md
---------
Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
* Merge snapshot options (#214)
* Merge `--schedule-snapshot` and `--snapshot-interval-sec` options
* Update text/0119-instance-options.md
---------
Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
* Remove any reference to the disable-auto-batching argument (#215)
Co-authored-by: Guillaume Mourier <guillaume@meilisearch.com>
* Specify the effect of the `*` value when used in the task filters (#218)
---------
Co-authored-by: Louis Dureuil <louis.dureuil@gmail.com>
Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
Co-authored-by: Maryam <90181761+maryamsulemani97@users.noreply.github.com>
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
Co-authored-by: Tamo <tamo@meilisearch.com>
Co-authored-by: Clément Renault <clement@meilisearch.com>1 parent b2e4b3d commit 9eb937f
File tree
28 files changed
+2044
-790
lines changed- text
28 files changed
+2044
-790
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
1227 | 1227 | | |
1228 | 1228 | | |
1229 | 1229 | | |
1230 | | - | |
| 1230 | + | |
1231 | 1231 | | |
1232 | 1232 | | |
1233 | 1233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
| |||
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
152 | | - | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | | - | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | | - | |
90 | | - | |
91 | 88 | | |
92 | | - | |
93 | 89 | | |
94 | 90 | | |
95 | 91 | | |
| |||
173 | 169 | | |
174 | 170 | | |
175 | 171 | | |
176 | | - | |
| 172 | + | |
177 | 173 | | |
178 | 174 | | |
179 | 175 | | |
| |||
204 | 200 | | |
205 | 201 | | |
206 | 202 | | |
207 | | - | |
| 203 | + | |
208 | 204 | | |
209 | 205 | | |
210 | 206 | | |
211 | | - | |
| 207 | + | |
212 | 208 | | |
213 | | - | |
214 | 209 | | |
215 | 210 | | |
216 | 211 | | |
217 | | - | |
218 | | - | |
219 | 212 | | |
220 | | - | |
221 | 213 | | |
222 | 214 | | |
223 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
| 151 | + | |
| 152 | + | |
155 | 153 | | |
156 | 154 | | |
157 | 155 | | |
| |||
185 | 183 | | |
186 | 184 | | |
187 | 185 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 186 | + | |
| 187 | + | |
192 | 188 | | |
193 | 189 | | |
194 | 190 | | |
| |||
207 | 203 | | |
208 | 204 | | |
209 | 205 | | |
210 | | - | |
| 206 | + | |
211 | 207 | | |
212 | | - | |
| 208 | + | |
213 | 209 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | 210 | | |
234 | 211 | | |
235 | 212 | | |
| |||
0 commit comments