Commit d8dcf15
authored
Allows director to access staging registry (#827)
* Allow changing ports services (#810)
allow dynamic allocation of published port by the swarm
travis optimisation: only pull cache if it is necessary to build
* is795/flash messages (#804)
Refactor and redesign of the frontend messages (FlashMessages)
* They are now implemented as normal separated widgets
* FlashMessenger manages the message queue
* FlashMessenger public methods remain the same
* They show sequentially by order of arrival
* Messages can be closed individually
* Level of message (info, debug, error...) is shown in a small rounded badge before the message
* Messages are stacked up to a maximum allowed number (default is 3)
* Messages move with nice transitions
* Messages show during a time specified by the message length
* File Picker UX (#808)
* setProgress to 100 when file selected
* Do not set progress to 0 in FilePicker when starting the pipeline
* Select file when reopening FilePicker if any preselected
* hide file uuid to regular users
* preselect uploaded file in filePicker
* Split repository: move dynamic services to osparc-services repo (#820)
* moved dy services to osparc-services repository
* removed services dedicated scripts
* Is822/director access registry bearer (#824)
* director tries to authenticate with registries following token authentication, basic authentication or no authentication
* listing repos/tags now supports pagination
* added configuration to define service prefix name1 parent cfa55ae commit d8dcf15
File tree
189 files changed
+648
-41037
lines changed- scripts/dy_services_helpers
- services
- director
- src/simcore_service_director
- tests
- dy-2Dgraph
- use-cases
- cc
- cc-oned
- devel-config
- notebooks
- cc-single-cell
- devel-config
- notebooks
- cc-twod
- devel-config
- notebooks
- docker
- kember
- devel-config
- notebooks
- mattward
- devel-config
- input
- notebooks
- scripts
- dy-3dvis
- simcoreparaviewweb
- cgi_scripts
- config
- devel
- docker
- rebrand-osparc
- to-be-copied/src
- panels/ProgressLoaderWidgetOsparc
- dy-jupyter
- devel
- docker
- handlers
- notebook-customisation
- notebooks
- dy-modeling
- client
- docker
- source
- boot
- class/qxapp
- component
- modeler
- test
- theme
- wrappers
- resource
- qxapp
- socketio
- three
- test
- server
- devel
- docker
- source
- thrift
- ApplicationJSNode/gen-nodejs
- ModelerJSNode/gen-nodejs
- dy-raw-graphs
- devel
- docker
- server
- web/client
- source/class/qxapp
- auth/ui
- component
- form
- message
- widget
- data
- model
- desktop
- preferences/pages
- file
- io
- theme
- ui/message
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
189 files changed
+648
-41037
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | 160 | | |
189 | 161 | | |
190 | 162 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 62 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
| |||
17 | 14 | | |
18 | 15 | | |
19 | 16 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 17 | | |
25 | 18 | | |
26 | 19 | | |
27 | 20 | | |
28 | 21 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 22 | | |
38 | 23 | | |
39 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
| 37 | + | |
35 | 38 | | |
| 39 | + | |
| 40 | + | |
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
0 commit comments