Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!519
WS-641: CARTA 2.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WS-641: CARTA 2.0
WS-641-carta-2.0
into
main
Overview
4
Commits
7
Pipelines
4
Changes
1
All threads resolved!
Hide all comments
Merged
Nathan Hertz
requested to merge
WS-641-carta-2.0
into
main
3 years ago
Overview
4
Commits
7
Pipelines
4
Changes
1
All threads resolved!
Hide all comments
Expand
Changes
carta_envoy
Updated CARTA command and CARTA path to use appropriate settings for new CARTA 2.0 AppImage
Testing
Tested on dev
Updated unit tests
Completes
WS-641
0
0
Merge request reports
Viewing commit
f182bf34
Prev
Next
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f182bf34
Removed old CARTA URL
· f182bf34
Nathan Hertz
authored
3 years ago
apps/cli/executables/pexable/carta_envoy/carta_envoy/connect.py
+
0
−
1
Options
@@ -48,7 +48,6 @@ class RedisConnect:
self
.
logger
.
info
(
"
Generating CARTA url...
"
)
session_id
=
self
.
generated_ids
[
"
session_id
"
]
proxy
=
self
.
settings
[
"
reverse_proxy
"
]
# carta_url = f"https://{proxy}/{front_end_id}/?socketUrl=wss://{proxy}/{session_id}/"
carta_url
=
f
"
https://
{
proxy
}
/
{
session_id
}
/
"
if
self
.
settings
[
"
single_image
"
]:
carta_url
=
carta_url
+
"
&file=
"
+
self
.
settings
[
"
image_name
"
]
Loading