David Négrier
6e6cdc7bde
Revert "Improving log messages"
2021-11-24 16:20:07 +01:00
David Négrier
6c5f330b71
Merge pull request #1584 from thecodingmachine/fixes
...
Fixes
2021-11-24 15:55:33 +01:00
David Négrier
be3c1eea6f
Merge pull request #1583 from thecodingmachine/pretty_ci_front_fix
...
Fixing running of prettier check on the front
2021-11-24 15:46:18 +01:00
David Négrier
0fe2de090e
Merge pull request #1552 from thecodingmachine/improve_logging
...
Improving log messages
2021-11-24 15:43:24 +01:00
Alexis Faizeau
5c3036e18b
Display a default skin on remote player entity
2021-11-24 15:43:01 +01:00
David Négrier
a1107bd20e
Merge branch 'develop' of github.com:thecodingmachine/workadventure into improve_logging
2021-11-24 15:36:35 +01:00
David Négrier
07ba532c5e
Prettier fixes on front
2021-11-24 15:31:17 +01:00
David Négrier
9b29fde1b3
Merge branch 'develop' of github.com:thecodingmachine/workadventure into pretty_ci_front_fix
2021-11-24 15:30:29 +01:00
David Négrier
dc58f16418
Merge pull request #1582 from thecodingmachine/end-to-end-tests
...
Making the loader resizable
2021-11-24 15:30:15 +01:00
David Négrier
2cbf5b56af
Fixing linting
2021-11-24 15:29:12 +01:00
David Négrier
d3bd99b5ee
Fixing running of prettier check on the front
2021-11-24 15:24:24 +01:00
David Négrier
7c6105d93a
Making the loader resizable
...
This way, if the window is resized while loading, the loading bar will stay in the middle
2021-11-24 15:21:07 +01:00
Alexis Faizeau
24640d13bb
Fix removing of co-website action trigger
2021-11-24 14:50:19 +01:00
David Négrier
bb435f3580
Merge pull request #1556 from thecodingmachine/iconserver
...
Add icon server on self host services
2021-11-24 12:24:57 +01:00
David Négrier
64e86411c5
Fixing env var for ICON_URL
2021-11-24 12:19:45 +01:00
David Négrier
2f632ae472
Merge pull request #1580 from thecodingmachine/fix-tab
...
Fix tab index on embedded iframes
2021-11-24 12:17:25 +01:00
David Négrier
f3e498439c
Merge pull request #1579 from thecodingmachine/end-to-end-tests
...
Adding End to end tests
2021-11-24 12:09:23 +01:00
David Négrier
dfad0a7b57
Removing useless wait
2021-11-24 12:03:48 +01:00
Alexis Faizeau
6a7385947d
Fix authentication mandatory
2021-11-24 11:55:28 +01:00
David Négrier
7c2bf8700b
Fixing test
2021-11-24 11:50:23 +01:00
David Négrier
780d92782c
Adding a wait step for messages generated file to be available before starting pusher and back
2021-11-24 11:31:11 +01:00
David Négrier
168156b7ff
Display error logs in failure
2021-11-24 11:11:38 +01:00
Alexis Faizeau
4ca763c028
Fix tab index on embbed iframes
2021-11-24 11:05:18 +01:00
David Négrier
550ffaf8a8
Merge branch 'develop' of github.com:thecodingmachine/workadventure into end-to-end-tests
...
# Conflicts:
# front/src/Administration/AnalyticsClient.ts
2021-11-24 11:01:50 +01:00
David Négrier
8eb346de25
Displaying logs in case of error
2021-11-24 10:58:26 +01:00
David Négrier
7ef6431b64
More CI debug
2021-11-24 10:21:35 +01:00
David Négrier
806b97afab
Refactoring Analytics to remove errors
2021-11-24 10:21:19 +01:00
grégoire parant
29c0b57f0c
Merge pull request #1573 from thecodingmachine/PostHogNewAction
...
Add new action post hog
2021-11-24 10:02:34 +01:00
David Négrier
02ed853399
Switching to actions/upload-artifact
2021-11-24 10:01:35 +01:00
David Négrier
c32a523923
CI fix
2021-11-24 09:29:50 +01:00
David Négrier
963486b663
Adding code to post screenshots of failed tests
2021-11-24 09:26:54 +01:00
David Négrier
a9ecbeec84
More CI fix
2021-11-24 09:12:24 +01:00
David Négrier
24249a1e74
Fixing CI
2021-11-24 08:57:49 +01:00
David Négrier
609af979ff
Trying to speed up process
2021-11-23 19:01:56 +01:00
David Négrier
678fb71a7a
More Github action fixes
2021-11-23 19:00:10 +01:00
David Négrier
303251b465
Github Actions fix attempt
2021-11-23 18:54:15 +01:00
David Négrier
0932e1de73
Taking exit code from the container
2021-11-23 18:44:00 +01:00
David Négrier
ab337409a1
Trying to fix issue with Github rights
2021-11-23 18:42:25 +01:00
David Négrier
3aec774cf3
Adding end-to-end test run in Github actions
2021-11-23 15:49:44 +01:00
David Négrier
a82f4e1813
Adding end-to-end tests
...
The first test is testing a tricky cache scenario with the back when testing variables.
The end-to-end package used is testcafe.
2021-11-23 15:43:34 +01:00
David Négrier
d8ecae64f0
Moving lastLoad initialization before we start loading to avoid loading several times
2021-11-23 09:34:39 +01:00
David Négrier
82a1a5fc1e
Retry loading map on variable error
...
If the back is getting an error (because the user has no right to set a variable),
instead of failing directly, let's try to reload the map (maybe we have cached a wrong version of the map).
2021-11-22 18:43:56 +01:00
Gregoire Parant
ecc6321e17
Add new action post hog
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
2021-11-18 11:39:56 +01:00
David Négrier
3487fa90e0
Merge pull request #1570 from thecodingmachine/fixZoom
...
Fix zoom
2021-11-17 16:19:26 +01:00
Alexis Faizeau
44c99fb0ef
Fix zoom from cowebsite changes
2021-11-17 15:26:58 +01:00
grégoire parant
80c314bb9e
Merge pull request #1568 from thecodingmachine/master
...
Master release 1.6.0
2021-11-17 02:23:27 +01:00
grégoire parant
26fa566d85
Change 'access-control-allow-origin' to FRONT_URL env variavle ( #1567 )
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
2021-11-17 02:21:58 +01:00
grégoire parant
75ba9ddae8
HotFix Allow Origin header for CORS ( #1566 )
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
2021-11-16 18:38:18 +01:00
grégoire parant
f6b8677c2e
Merge pull request #1565 from thecodingmachine/HotFixCreditPage
...
Update design of credit page
2021-11-16 15:33:35 +01:00
Gregoire Parant
e5979998c5
Update design of credit page
...
Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
2021-11-16 15:28:54 +01:00