Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Common CI Configuration
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
hive
Common CI Configuration
Compare revisions
fccc10fc5c8b847d82ca7446c957caa49a7440f6 to 7bcb237574097ba09c92b7ff09268ccf09ffc10d
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
hive/common-ci-configuration
Select target project
No results found
7bcb237574097ba09c92b7ff09268ccf09ffc10d
Select Git revision
Swap
Target
hive/common-ci-configuration
Select target project
hive/common-ci-configuration
1 result
fccc10fc5c8b847d82ca7446c957caa49a7440f6
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Updated tsx version to eliminate vulnerable dependency reported by dependabot
· 4101d6d0
Bartek Wrona
authored
2 weeks ago
4101d6d0
Removed bad path from devcountainer mount specification
· 7bcb2375
Bartek Wrona
authored
2 weeks ago
7bcb2375
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pnpm-config/.devcontainer/devcontainer.json
+0
-5
0 additions, 5 deletions
pnpm-config/.devcontainer/devcontainer.json
pnpm-config/pnpm-workspace.yaml
+1
-1
1 addition, 1 deletion
pnpm-config/pnpm-workspace.yaml
with
1 addition
and
6 deletions
pnpm-config/.devcontainer/devcontainer.json
View file @
7bcb2375
...
...
@@ -19,11 +19,6 @@
},
"mounts"
:
[
{
"source"
:
"/storage1/"
,
"target"
:
"/storage1/"
,
"type"
:
"bind"
},
{
"source"
:
"${localEnv:HOME}/.gitconfig"
,
"target"
:
"/home/emscripten/.gitconfig"
,
...
...
This diff is collapsed.
Click to expand it.
pnpm-config/pnpm-workspace.yaml
View file @
7bcb2375
...
...
@@ -21,7 +21,7 @@ catalogs:
typescript-toolset
:
typescript
:
5.7.3
tslib
:
2.8.1
tsx
:
4.19.
2
tsx
:
4.19.
3
proto-toolset
:
protobufjs
:
7.2.5
...
...
This diff is collapsed.
Click to expand it.