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

#2998 - Add layers support and scheduler #3151

Merged
merged 120 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
Show all changes
120 commits
Select commit Hold shift + click to select a range
7c3c9c4
Add Rooms, Planning & Schedule
lucas-mrq Mar 12, 2024
f7d48b4
Add GetLists, Update and Post methods
lucas-mrq Mar 13, 2024
802ce20
Update Room to level
lucas-mrq Mar 18, 2024
72c035d
Change Level to Layer
lucas-mrq Mar 21, 2024
7d1c92c
Update Planning & Schedule
lucas-mrq Mar 22, 2024
3bbba22
Add Planning Management
lucas-mrq Apr 5, 2024
72c7476
Fix command issue
lucas-mrq Mar 12, 2024
310e90d
feature/add-rooms-change-LayerId default
lucas-mrq Apr 11, 2024
da43bc7
feature/add-room-Add-command-regular-sending
lucas-mrq Apr 11, 2024
523f9ed
feature/add-rooms-postgree-migration-layer-planning-rooms
lucas-mrq Apr 11, 2024
cd188f0
add-rooms/delete unused file and variable
lucas-mrq Apr 16, 2024
3963c10
fix-command/update unit test
lucas-mrq Apr 12, 2024
75815db
fix-command/add KeyManagementApiVersion
lucas-mrq Apr 15, 2024
5689914
fix-command/Delete Http issue
lucas-mrq Apr 16, 2024
09cb5b8
fix-command/change-public to internal
lucas-mrq Apr 16, 2024
3f0bbdf
Add unit test on API call
lucas-mrq Apr 17, 2024
e6335f7
Add tests for layer pages
lucas-mrq Apr 22, 2024
1237c49
Update previous test to match update
lucas-mrq Apr 22, 2024
1e2c021
Add Repo Tests
lucas-mrq Apr 22, 2024
a7b1624
Update publish.yml
lucas-mrq Apr 23, 2024
3d66f7d
Update publish.yml to change username
lucas-mrq Apr 23, 2024
f67e236
Update publish.yml change meta
lucas-mrq Apr 23, 2024
0060fef
change device LayerId to nullable
lucas-mrq Apr 23, 2024
086619d
change IDevice LayerId
lucas-mrq Apr 23, 2024
ff3dcb2
change required LayerId
lucas-mrq Apr 23, 2024
f248f80
Add nullable Layer Id to all LayerId
lucas-mrq Apr 24, 2024
d0470ee
Command SendCommand to test deployment
lucas-mrq Apr 24, 2024
ce77dde
Add null LayerId to Device Dialog
lucas-mrq Apr 25, 2024
0919ae1
Comment out SendDeviceCommand
lucas-mrq Apr 25, 2024
4394754
Reload auto migration file to solve migration issue
lucas-mrq Apr 25, 2024
c28562f
Add Device Detail LayerId
lucas-mrq Apr 26, 2024
401e66b
Add Layer and Planning tests
lucas-mrq May 3, 2024
4f7e720
Add Controller tests
lucas-mrq May 5, 2024
f4abff2
Merge with 5.3.1
lucas-mrq May 5, 2024
af50450
delete unused using
lucas-mrq May 5, 2024
d8c15e4
Upgrade functions and make more comments
lucas-mrq May 6, 2024
2fc57fc
Add multiple level of layer
lucas-mrq May 6, 2024
e917cde
Update Review Changes
lucas-mrq May 7, 2024
5964748
Code review changes
lucas-mrq May 16, 2024
62ecf04
Add 4.13 Changes
lucas-mrq May 23, 2024
668ddeb
merge scheduler remote repository into the new branch
TLeoDev Aug 9, 2024
7b6ba56
Add a Mysql migration
TLeoDev Aug 9, 2024
f433786
fix a misstake
TLeoDev Aug 9, 2024
e016615
fix some bugs in tests
TLeoDev Aug 9, 2024
2add469
Fix analyzer issues
Metal-Mighty Aug 23, 2024
40e55e5
Add Rooms, Planning & Schedule
lucas-mrq Mar 12, 2024
43be80e
Add GetLists, Update and Post methods
lucas-mrq Mar 13, 2024
5b83dd0
Update Room to level
lucas-mrq Mar 18, 2024
2386e84
Change Level to Layer
lucas-mrq Mar 21, 2024
588a63d
Add Planning Management
lucas-mrq Apr 5, 2024
8cf1fae
Fix command issue
lucas-mrq Mar 12, 2024
bd3fd3c
feature/add-rooms-change-LayerId default
lucas-mrq Apr 11, 2024
5dcd2ce
feature/add-room-Add-command-regular-sending
lucas-mrq Apr 11, 2024
5843993
feature/add-rooms-postgree-migration-layer-planning-rooms
lucas-mrq Apr 11, 2024
d2b0ff7
add-rooms/delete unused file and variable
lucas-mrq Apr 16, 2024
bfc6f0e
fix-command/update unit test
lucas-mrq Apr 12, 2024
3b4397a
fix-command/add KeyManagementApiVersion
lucas-mrq Apr 15, 2024
6ff67e6
fix-command/Delete Http issue
lucas-mrq Apr 16, 2024
051f63e
fix-command/change-public to internal
lucas-mrq Apr 16, 2024
a2c2e1a
Add tests for layer pages
lucas-mrq Apr 22, 2024
b2e52d7
Update publish.yml to change username
lucas-mrq Apr 23, 2024
c8320b2
Update publish.yml change meta
lucas-mrq Apr 23, 2024
6021182
change device LayerId to nullable
lucas-mrq Apr 23, 2024
d9a6f92
change required LayerId
lucas-mrq Apr 23, 2024
2a1b70f
Add nullable Layer Id to all LayerId
lucas-mrq Apr 24, 2024
b31c743
Command SendCommand to test deployment
lucas-mrq Apr 24, 2024
72193a8
Add null LayerId to Device Dialog
lucas-mrq Apr 25, 2024
8720332
Comment out SendDeviceCommand
lucas-mrq Apr 25, 2024
ec7ee31
Reload auto migration file to solve migration issue
lucas-mrq Apr 25, 2024
f39859d
Add Layer and Planning tests
lucas-mrq May 3, 2024
e4dbfbd
Merge with 5.3.1
lucas-mrq May 5, 2024
ca2eef9
Upgrade functions and make more comments
lucas-mrq May 6, 2024
8bb0536
Add multiple level of layer
lucas-mrq May 6, 2024
51e0a94
Update Review Changes
lucas-mrq May 7, 2024
2c90b20
Code review changes
lucas-mrq May 16, 2024
b4657fe
Add 4.13 Changes
lucas-mrq May 23, 2024
e928fb7
Fix source file header
Metal-Mighty Aug 23, 2024
3252b28
Fix build issues
Metal-Mighty Aug 23, 2024
95cde95
Fix unit tests
Metal-Mighty Aug 23, 2024
e2a3fc3
Fix typo
Metal-Mighty Aug 23, 2024
8625a1f
Fix code scanning errors in CodeQL
Metal-Mighty Aug 23, 2024
65cd00b
Fix GH code review
Metal-Mighty Aug 23, 2024
9d28479
Add Rooms, Planning & Schedule
lucas-mrq Mar 12, 2024
1c2d892
Add GetLists, Update and Post methods
lucas-mrq Mar 13, 2024
6a075c2
Update Room to level
lucas-mrq Mar 18, 2024
68468a2
Change Level to Layer
lucas-mrq Mar 21, 2024
38859e3
Add Planning Management
lucas-mrq Apr 5, 2024
d5e2cff
Fix command issue
lucas-mrq Mar 12, 2024
e2381f2
feature/add-rooms-change-LayerId default
lucas-mrq Apr 11, 2024
ccd9b6e
feature/add-room-Add-command-regular-sending
lucas-mrq Apr 11, 2024
1ac3ba7
feature/add-rooms-postgree-migration-layer-planning-rooms
lucas-mrq Apr 11, 2024
988c575
add-rooms/delete unused file and variable
lucas-mrq Apr 16, 2024
24ef2f4
fix-command/update unit test
lucas-mrq Apr 12, 2024
f514443
fix-command/add KeyManagementApiVersion
lucas-mrq Apr 15, 2024
1286495
fix-command/Delete Http issue
lucas-mrq Apr 16, 2024
3a5b6e3
fix-command/change-public to internal
lucas-mrq Apr 16, 2024
1e64ce4
Add tests for layer pages
lucas-mrq Apr 22, 2024
c700d4d
Update publish.yml
lucas-mrq Apr 23, 2024
54cbc6d
Update publish.yml to change username
lucas-mrq Apr 23, 2024
1d2694c
Update publish.yml change meta
lucas-mrq Apr 23, 2024
54c1e6d
change device LayerId to nullable
lucas-mrq Apr 23, 2024
fbfc258
change required LayerId
lucas-mrq Apr 23, 2024
8b2f12e
Add nullable Layer Id to all LayerId
lucas-mrq Apr 24, 2024
620c841
Command SendCommand to test deployment
lucas-mrq Apr 24, 2024
77de803
Add null LayerId to Device Dialog
lucas-mrq Apr 25, 2024
cec6c2a
Comment out SendDeviceCommand
lucas-mrq Apr 25, 2024
60adf3d
Reload auto migration file to solve migration issue
lucas-mrq Apr 25, 2024
9e1a4e5
Add Layer and Planning tests
lucas-mrq May 3, 2024
8267a60
Merge with 5.3.1
lucas-mrq May 5, 2024
8d6c508
Upgrade functions and make more comments
lucas-mrq May 6, 2024
f8de627
Add multiple level of layer
lucas-mrq May 6, 2024
1a5d1b9
Update Review Changes
lucas-mrq May 7, 2024
10c1688
Code review changes
lucas-mrq May 16, 2024
b16c3ea
Add 4.13 Changes
lucas-mrq May 23, 2024
e933371
Fix source file header
Metal-Mighty Aug 23, 2024
7312f33
Fix unit tests
Metal-Mighty Aug 23, 2024
ceb5b75
Fix GH code review
Metal-Mighty Aug 23, 2024
1219c3f
Fix rebase issues
Metal-Mighty Aug 23, 2024
0b9ff6b
Commenting out non passing unit tests due to bad implementation
Metal-Mighty Aug 26, 2024
aff5896
Update Quartz nugets to the same version to fix startup issue
Metal-Mighty Aug 26, 2024
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
Prev Previous commit
Next Next commit
Update publish.yml to change username
lucas-mrq authored and Metal-Mighty committed Aug 26, 2024
commit 54cbc6d4303d08db9d53c6ad4b9688ceadb1614d
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ jobs:
# list of Docker images to use as base name for tags
images: |
${{ env.registry_name }}/${{ github.repository_owner }}/${{ env.image_name }}
${{ steps.login-ecr.outputs.registry }}/cgi-fr/${{ env.image_name }}
${{ steps.login-ecr.outputs.registry }}/lucas-mrq/${{ env.image_name }}
# generate Docker tags based on the following events/attributes
tags: |
type=schedule