Commit Graph

76 Commits

Author SHA1 Message Date
Charlotte Vermandel 201bb3f80a Add loop to gif 2020-11-12 10:05:39 +01:00
Charlotte Vermandel 49afe7d89f Change movie gifs 2020-11-12 09:58:24 +01:00
Samuel Jimenez 62a28bc2a1 Add Sandbox section to README.md 2020-10-22 17:04:45 +02:00
Liam Riddell 6db51ed8b2
README.md - Fixed Small Typo 2020-08-28 13:44:53 +01:00
bors[bot] aa545e5386
Merge #638 #828 #865
638: Update requitites for source build(rust version) r=MarinPostma a=djKooks

Hello,
I just found that compile via source has been failed by issue here:
```
error[E0658]: the `#[non_exhaustive]` attribute is an experimental feature
  --> /Users/kwangin.jung/.cargo/registry/src/github.com-1ecc6299db9ec823/whoami-0.8.1/src/lib.rs:40:1
   |
40 | #[non_exhaustive]
   | ^^^^^^^^^^^^^^^^^
   |
   = note: for more information, see https://github.com/rust-lang/rust/issues/44109

error[E0658]: the `#[non_exhaustive]` attribute is an experimental feature
   --> /Users/kwangin.jung/.cargo/registry/src/github.com-1ecc6299db9ec823/whoami-0.8.1/src/lib.rs:102:1
    |
102 | #[non_exhaustive]
    | ^^^^^^^^^^^^^^^^^
    |
    = note: for more information, see https://github.com/rust-lang/rust/issues/44109
```
Seems `#[non_exhaustive]` is a new feature on Rust 1.40.0, so added as pre-requitites.


828: Cleanup readme r=MarinPostma a=tpayet

Closes #613 

865: Update movie dataset with genre field r=MarinPostma a=bidoubiwa

Updated the movie dataset by adding  the `genre` field to each movies where the genre could be fetched.
The `genre` was fetch for each movie by making a search request on the bigger movie dataset (200mb) using MeilISearch. 

I make this proposition to make testing and trying  more accessible. 

```json
{
  "id": "323661",
  "title": "Mune: Guardian of the Moon",
  "poster": "https://image.tmdb.org/t/p/w1280/4vzqow7mVUahqA4hHoe2UpQOxy.jpg",
  "overview": "When a faun named Mune becomes the Guardian of the Moon, little did he had unprepared experience with the Moon and an accident that could put both the Moon and the Sun in danger, including a corrupt titan named Necross who wants the Sun for himself and placing the balance of night and day in great peril. Now with the help of a wax-child named Glim and the warrior, Sohone who also became the Sun Guardian, they go out on an exciting journey to get the Sun back and restore the Moon to their rightful place in the sky.",
  "release_date": 1423094400,
  "genre": [
    "Animation",
    "Family",
    "Adventure",
    "Fantasy",
    "Comedy"
  ]
}
{
  "id": "306",
  "title": "Beverly Hills Cop III",
  "poster": "https://image.tmdb.org/t/p/w1280/tw9gAhqQcBFX0X0XfVbWqUsmzoU.jpg",
  "overview": "Back in sunny southern California and on the trail of two murderers, Axel Foley again teams up with LA cop Billy Rosewood. Soon, they discover that an amusement park is being used as a front for a massive counterfeiting ring – and it's run by the same gang that shot Billy's boss.",
  "release_date": 769741200,
  "genre": [
    "Action",
    "Comedy",
    "Crime"
  ]
}
```

Co-authored-by: kwangin.jung <inylove82@gmail.com>
Co-authored-by: Thomas Payet <thomas@meilisearch.com>
Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
2020-07-24 09:45:01 +00:00
Thomas Payet 476aecf86d Cleanup readme 2020-07-20 16:03:25 +02:00
mpostma 9ba711dfe5 update readme with bors badge 2020-07-08 14:33:15 +02:00
mpostma d419f151a0 update readme 2020-07-02 15:14:05 +02:00
qdequele a2321d1562
update changelog and readme 2020-06-02 15:40:33 +02:00
Erlend Sogge Heggen 80ab82897e DigitalOcean button 2020-05-13 15:41:31 +02:00
qdequele b62945961f
add sentry probe 2020-05-07 17:36:33 +02:00
kwangin.jung 1f2ab71bb6 Update requitites for source build
Update requitites for source build(rust version)

Fix README
2020-04-30 21:08:55 +09:00
Hans Krutzer b47f7dd4c7
Update the link to FAQ in README 2020-04-30 13:12:55 +02:00
karan bamal 1b7a6687c8
Update README.md (#630)
* Update README.md

* Update README.md

Co-Authored-By: Clément Renault <renault.cle@gmail.com>

Co-authored-by: Clément Renault <renault.cle@gmail.com>
2020-04-24 10:11:27 +02:00
Erlend Sogge Heggen 3d2f04a7af
Added GitHub discussions 2020-04-20 10:54:08 +02:00
Mathilde Boivin 1892ba8973 Minor changes 2020-04-15 16:04:50 +02:00
Quentin de Quelen 0679ec4f41 change logo format 2020-04-05 11:09:38 +02:00
Peter W 49499ca54d
Fix typo in README
Non-plural would be more usual in English. I assume "performances" was a typo.
2020-04-05 17:34:12 +10:00
Clément Renault 702f7445ec
Change the slogan 2020-04-01 16:34:24 +02:00
Thomas Payet 7eb6333933 Removing Heroku deployment from README 2020-04-01 11:04:16 +02:00
Mathilde Boivin 116b301359 Add Slack 2020-03-28 10:28:48 +01:00
Mathilde Boivin 3ed510b78e Minor fix 2020-03-28 10:28:30 +01:00
mboivin 4130fddcc8
Center-align crates demo gif 2020-03-27 11:28:57 +01:00
Mathilde Boivin 4f05045acb Center-align web interface gif 2020-03-27 11:20:30 +01:00
Mathilde Boivin bc16c9beb7 Update gif links 2020-03-27 11:17:31 +01:00
mboivin 20461ccf36
Add gif
Co-Authored-By: cvermand <33010418+bidoubiwa@users.noreply.github.com>
2020-03-26 21:56:27 +01:00
Mathilde Boivin 7297396162 Update performance 2020-03-26 19:22:59 +01:00
Mathilde Boivin c15deb41b0 Remove How it works (deep dive) section 2020-03-26 16:26:43 +01:00
mboivin cb2a08db7e
Center-align badges 2020-03-26 16:24:03 +01:00
Mathilde Boivin 67703b5ea2 Remove Notes about system allocator 2020-03-26 16:17:47 +01:00
mboivin c445abb982
Replace a by an
Co-Authored-By: Clément Renault <renault.cle@gmail.com>
2020-03-26 16:14:52 +01:00
mboivin 38d97fa339
Change phrasing 2020-03-26 13:48:08 +01:00
mboivin d45f0819be
Remove repetitive word 2020-03-26 13:25:57 +01:00
mboivin 9375d0efbe
Fix details 2020-03-26 13:23:20 +01:00
mboivin 2291c33074
Align with quick start guide 2020-03-26 13:18:11 +01:00
mboivin 0a216066f4
Split commands 2020-03-26 13:13:02 +01:00
mboivin eea2a9cfc3
Add contact 2020-03-26 13:10:44 +01:00
mboivin 33c2b9c5ff
Add social 2020-03-26 13:04:23 +01:00
mboivin 1129812e6e
Update link formatting 2020-03-26 12:42:41 +01:00
mboivin b1b0c6b4b3
Add useful links 2020-03-26 12:31:58 +01:00
mboivin 6ae3f2f8b9
Remove line under logo 2020-03-26 12:24:02 +01:00
mboivin f8d594e7ea
Update formatting and add logo 2020-03-26 12:23:09 +01:00
Mathilde Boivin 592a438ae8 Rephrase the readme 2020-03-26 11:59:40 +01:00
Quentin de Quelen 3f343ebfdb Update README.md 2020-03-25 20:22:04 +01:00
Clementine Urquizar f0c2913dcf Add Brew installation in README 2020-02-10 16:26:50 +01:00
Clementine Urquizar 1bf177f81a Update REAME with the Web Interface introduction
Co-Authored-By: cvermand <33010418+bidoubiwa@users.noreply.github.com>
2019-12-18 13:41:15 +01:00
Thomas Payet 0272b44d7e Add heroku one-click deploy 2019-12-13 16:03:00 +01:00
Clément Renault f959cd76ae
Update the bit.ly movies.json link 2019-12-10 18:07:14 +01:00
Clément Renault 17a66227f4
Merge pull request #375 from nithinkashyapn/master
Docker command updated
2019-12-06 12:11:56 +01:00
nithin kashyap n 0e8b95f4bf
Docker command updated
Docker does not allow Uppercase letters, throws this error 

`docker: invalid reference format: repository name must be lowercase.`
2019-12-06 16:30:37 +05:30