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
!495
WS-592: Simple HTML CARTA wrapper for elegant expiration on countdown
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WS-592: Simple HTML CARTA wrapper for elegant expiration on countdown
WS-592-serve-carta-html-wrapper
into
main
Overview
0
Commits
2
Pipelines
3
Changes
8
Merged
Nathan Hertz
requested to merge
WS-592-serve-carta-html-wrapper
into
main
3 years ago
Overview
0
Commits
2
Pipelines
3
Changes
8
Expand
Modified
carta_envoy
to serve CARTA wrapped in a simple HTML countdown clock that dies elegantly to improve the UX when the timeout expires
Unit tests
Tested on dev
Tested with AAT
0
0
Merge request reports
Compare
main
version 2
37d03a10
3 years ago
version 1
a7f5f7ee
3 years ago
main (base)
and
latest version
latest version
51c0d062
2 commits,
3 years ago
version 2
37d03a10
1 commit,
3 years ago
version 1
a7f5f7ee
1 commit,
3 years ago
8 files
+
384
−
183
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
apps/cli/executables/pexable/carta_envoy/carta_envoy/carta.py
+
1
−
1
Options
@@ -5,9 +5,9 @@ import os
import
sys
from
pathlib
import
Path
from
typing
import
Dict
from
pycapo
import
CapoConfig
from
carta_envoy.launchers
import
CartaLauncher
from
pycapo
import
CapoConfig
# pylint: disable=C0301, E0401, W0622, W1203
Loading