Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rosetta
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
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ExaCT
Rosetta
Graph
d1b4c99be7dd81156975ca87c844893033b1a2e6
Select Git revision
Branches
4
develop
feature/arch_support
feature/global_refactoring
master
default
protected
Tags
1
v1.0.0
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Mar
5
4
16
Aug
14
10
Apr
29
Feb
19
Jan
15
Oct
9
7
6
2
Mar
18
Jan
12
Dec
11
22
Nov
21
20
14
1
Jul
3
Jun
29
May
28
5
10
Apr
8
7
6
5
1
24
Mar
9
Feb
19
Jan
16
15
14
13
12
20
Dec
19
2
1
27
Nov
24
23
21
20
16
15
9
8
5
4
3
23
Oct
20
4
7
Sep
12
May
8
Apr
7
31
Mar
30
29
28
22
21
Feb
20
18
Jan
17
14
12
11
28
Aug
26
24
14
7
31
Jul
15
Jun
28
May
21
20
19
15
14
13
6
5
4
1
30
Apr
29
9
Mar
7
3
26
Feb
24
20
11
23
Jan
22
20
17
15
14
8
7
18
Dec
9
Added some tolerance for tunnel creation and a simple retry logic in the task connect view.
develop
develop
Fixed issue in listing hidden files in the file manager (disabled).
Minor UI improvements (clickable logo and user in header).
Updated and fixed favicon.
Added support for read-only storages.
Ensured correct bind volumes creation in the SSH-based standalone computing resource.
Moved to using the computing host instead of the agent-reported IP address for standalone computing resources.
Fixed an issue in obtaining the IP of the host from the agent.
Added the loader when navigating between pages.
master
master
Code cleanup (removed unecessary spaces).
Moved from wget to curl and to explicitly invoking python3 instead of python in the agent.
Improved handling tunnel creation and removed the "connect" button for non-http(s) interface protocol containers.
Added support for the internal storage in the internal computing resource. Minor fixes.
Removed leftover (UserViewSet).
Fixed missing apt Postgres repository.
Added the option for disabling HTTP basicauth embedding. Minor fixes and cleanup.
Fixed bug in stopping containers on SSH-based, standalone computing resources with Docker and Podman.
Fixed duplicate personal storage for the demo standalone computing resource in the populate script.
Fixed bug in retreiving custom SSH ports in computing resources using SSH access mode.
Moved to dynamically obtain container IDs when stopping tasks. Added Podman and Docker container names. Improved how task Process IDs and Job IDs are stored.
Fixed unhandled port for stopping tasks via SSH on Slurm cluster computing resources.
Fixed bug in storing the container id for standalone computing resources unsing Docker or Podman.
Minor fixes and clenaup.
Fixed issue in checking task interface status on the connect view.
Fixed wrong tunnel setup for ssh-based computing resources.
Moved the task interface status check to the connect view. Connecting to a task now does not open in a new window anymore.
Added support for custom SSH ports in computing resources using SSH access mode.
Added the option to disable the SSL certificate check in the agent.
Improved task status reporting.
Fixed an issue in connecting over SSL from the agent to the webapp API.
Disabled TLS 1.0 and 1.1 in the proxy.
Added base image with Ubuntu 22.04 and renamed the previous one to let them co-exist. Update some software versions.
Improved the readme.
Removed leftover dev certificates.
Fixes in the build script for diabling cache.
Increased Apache timeout to half an hour. Minor fix in the Proxy dockerfile.
Added support for builign on ARM.
Improvements in the build an rerun commands. Minro fix in the dev docker compose.
Fixed django-extensions and pygraphviz versins to avoid issues with dependencies.
Fixed a bug in proxy log files.
Loading