Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qualif/v2.9.6 rc4 #1338

Merged
merged 23 commits into from
Oct 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d27e21a
:heavy_plus_sign: Add Tailwind
jclaudan Sep 23, 2020
d6eb1c5
modify purge css
jclaudan Oct 9, 2020
dd8d412
Merge pull request #1326 from LAB-MI/tech/add-tailwind
jclaudan Oct 9, 2020
792f915
Add front components and route to call api
jclaudan Sep 24, 2020
484fefc
:sparkles: Add controller server
jclaudan Oct 8, 2020
7a7d841
:white_check_mark: add text e2e and unit
jclaudan Oct 8, 2020
23fca26
refactor createPlaceForInspector
jclaudan Oct 8, 2020
82f90ab
Fix test e2e adminPlanning and wording and rename some variable
jclaudan Oct 9, 2020
4795cd6
:loud_sound: Add countNumberCreatedPlaces in log
jclaudan Oct 10, 2020
8aefc28
:pencil2: wording
jclaudan Oct 12, 2020
938f485
Merge pull request #1337 from LAB-MI/feat/create-publisher-places-int…
jclaudan Oct 12, 2020
c3725bd
Fix nginx log format
pli01 Oct 9, 2020
527b7e0
Merge pull request #1339 from LAB-MI/tech/rate_limit_on_user_id
jclaudan Oct 13, 2020
29960c5
:memo: doc pour initDB
baudointran Oct 7, 2020
f8291a2
Merge pull request #1334 from LAB-MI/doc/initDB
jclaudan Oct 13, 2020
515c81c
:memo: rename candidats.controlles
baudointran Oct 7, 2020
c94e105
Merge pull request #1336 from LAB-MI/doc/rename-candidats-controllers
jclaudan Oct 13, 2020
b85dbdb
:memo: rename admin-controllers and remove log
baudointran Oct 7, 2020
d03fdee
Merge pull request #1335 from LAB-MI/doc/rename-admin-contollers
jclaudan Oct 13, 2020
448c437
:bug: add a missing param in leanPlace variable
jclaudan Oct 14, 2020
773c332
Merge pull request #1341 from LAB-MI/fix/add-missing-param-at-create-…
jclaudan Oct 14, 2020
2f6b798
:bug: Add departement in modal schedule inspector
jclaudan Oct 14, 2020
72b110b
Merge pull request #1342 from LAB-MI/fix/add-params-api-admin-client
jclaudan Oct 15, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions client/nginx/nginx.template
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ http {
}

log_format main escape=json '{ "nginx": {'
'"http_x_user_id":"$http_x_user_id",'
'"http_x_forwarded_for":"$http_x_forwarded_for",'
'"http_referer":"$http_referer",'
'"http_user_agent":"$http_user_agent",'
Expand Down
Loading