Build System
- **deps-dev**: Bump pillow from 10.0.0 to 10.0.1
([1479](https://github.com/ocadotechnology/rapid-router/pull/1479),
[`9dc6584`](https://github.com/ocadotechnology/rapid-router/commit/9dc658473fed8e5100efdaa145392eac96949916))
* build(deps-dev): bump pillow from 10.0.0 to 10.0.1
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.0.1. - [Release
notes](https://github.com/python-pillow/Pillow/releases) -
[Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) -
[Commits](https://github.com/python-pillow/Pillow/compare/10.0.0...10.0.1)
--- updated-dependencies: - dependency-name: pillow dependency-type: indirect ...
Signed-off-by: dependabot[bot] <supportgithub.com>
* Set urllib3
* Update everything
* Merge branch 'master' into dependabot/pip/pillow-10.0.1
* Update portal
Co-Authored-By: faucomte97 <f.aucomtehotmail.co.uk>
Features
- Add variables, maths and comparison blocks
([1270](https://github.com/ocadotechnology/rapid-router/pull/1270),
[`4d424eb`](https://github.com/ocadotechnology/rapid-router/commit/4d424eb105a2d454b0f5b0490d1d4597cc40d795))
* wip: add compare, variable and number blocks
* Merge branch 'master' into new-blocks
* add variables_numeric_set
* add variables_increment
* custom math_number block and tooltips
* add migration
* add variables_set
* replace blockly variables with normal inputs
* fix merge
* Rename migrations
* Update migration order
* Revert "Revert "fix: Rapid Rudolph will go down in Git history (1291)" (1389)"
This reverts commit 937134da8d78c4d4a19789aaf775d02e52a74a49.
* added a debug console for blocks
* addming more debug sstatements
* adding a quick fix to block duplicates
* more patches
* trying to fix it on the backend
* Merge conflicts
* Reorder migrations
* Add revert code to migration 0079
* Re-add mistakenly removed variables code
* Fix migrations order
* Update lockfile
* Update migrations
* Clean up
* Try waiting 1 before clicking play
* Increase sleep to 5
* Try running all the tests
* Remove unnecessary time out
* Merge master
* Comment out broken tests
* Skip tests instead
* Remove comment
Co-Authored-By: faucomte97 <florian.aucomt1ocado.com>
Co-Authored-By: KamilPawel <kamil.sosinskiocado.com>