- 24 Mar, 2019 2 commits
-
-
Florent Chehab authored
* Cleaned main django settings file * Added an app specific settings file Fixes #90
-
Florent Chehab authored
* Prevent the use of var in JavaScript Fixes #82
-
- 23 Mar, 2019 2 commits
-
-
Florent Chehab authored
* Added new BaseModel /serializer/viewsets * Change names of abstract models/serializers/viewsets * Folder structure changed in tha backend * Added some backend test * Corrected bug related to moderation on non versionned modeles * Corrected bug related to no post permissions * Updated doc accordingly Fixes #91
-
Florent Chehab authored
* Documentation of backend specific things * Docuentation of the use of redux in the frontend * Cleaned documentation elsewhere Related to #74
-
- 19 Mar, 2019 2 commits
-
-
Florent Chehab authored
Now runs the pipeline only once a MR is open. Fixes #83
-
Florent Chehab authored
We now wait for the necessary static files to be generated before collecting the static files in the backend. Fixes #88
-
- 18 Mar, 2019 1 commit
-
-
Florent Chehab authored
Fixes #86
-
- 17 Mar, 2019 1 commit
-
-
Florent Chehab authored
* Removed `model_config` from all models; updated `MyModelSerializer` to include a new `obj_info` field. Updated frontend to take the change into account. (Fixes #78) * Removed `get_viewset_permissions` from most viewsets and added a generic getter in `MyModelViewset`. * Added support for composable permissions classes :confetti\_ball: (Fixes #45) * Cleaned config files: separated the files; added `defaults.yaml` * Moved `shared` folder (content) to `backend.backend_app.config` (still accessible to frontend, but it's cleaner that way since this folder contains files concerning only the backend). * Performance update with caching some attributes; * Even cleaner backend dynamic imports (#46) * Added a good chunck of documentation related to the backend (#74) * Added checks (runned when server is started or indirectly with `make check_backend`)
-
- 16 Mar, 2019 6 commits
-
-
Florent Chehab authored
* Reorganized documentation folder * Rorganized documentation sidebar in browser * Added documentation about notifications in the frontend #74 * Tweaks Bonus: more readable docker-compose
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
* A notification is displayed when fetch data failed through the CustomComponentForApi class * Notifier Component added for one shot notifications Fixes #22
-
Florent Chehab authored
Some of them were simply removed, oter were fixed. From now on, the use of TODO is not permitted in the code.
-
- 10 Mar, 2019 15 commits
-
-
Florent Chehab authored
Performance optimization Closes #55 and #54 See merge request rex-dri/rex-dri!65
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
Fixes #55
-
Florent Chehab authored
-
Florent Chehab authored
Added has_pending_moderation attribute Tests also updated
-
Florent Chehab authored
-
Florent Chehab authored
Make use of optimization trick for is_member
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
Fixes #60 Fixes #61 Closes #60 and #61 See merge request rex-dri/rex-dri!64
-
Florent Chehab authored
-
Florent Chehab authored
Enhancement/backend dynamic imports #46 Closes #46 See merge request rex-dri/rex-dri!63
-
Florent Chehab authored
-
Florent Chehab authored
-
- 09 Mar, 2019 5 commits
-
-
Florent Chehab authored
Creation of a get_api_objs function that is easier to understand More to come
-
Florent Chehab authored
Fixed #71 Closes #71 See merge request rex-dri/rex-dri!62
-
Florent Chehab authored
-
Florent Chehab authored
Don't show a badge if nbversion <= 1 & fixed bug related to opening the moderation panel. See merge request rex-dri/rex-dri!60
-
Florent Chehab authored
fixed bug related to opening the moderation panel.
-
- 03 Mar, 2019 6 commits
-
-
Florent Chehab authored
Fixes #73 removed firefox bug with regex Closes #73 See merge request rex-dri/rex-dri!59
-
Florent Chehab authored
-
Florent Chehab authored
Editor / Forms / Modules / etc. and complete frontend file reorganization Closes #22 and #69 See merge request rex-dri/rex-dri!57
-
Florent Chehab authored
-
Florent Chehab authored
-
Florent Chehab authored
Removed hacks Tweaks And changes coherent with last commit Group Module broken again !
-