Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gin
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
project
gin
Merge requests
!586
Completely remove Project Browser integration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Completely remove Project Browser integration
issue/gin-3508067:3508067-remove-pb-styling
into
4.0.x
Overview
0
Commits
3
Pipelines
3
Changes
9
Closed
Adam G-H
requested to merge
issue/gin-3508067:3508067-remove-pb-styling
into
4.0.x
2 months ago
Overview
0
Commits
3
Pipelines
3
Changes
9
Expand
Closes
#3508067
0
0
Merge request reports
Compare
4.0.x
version 2
b772abc3
2 months ago
version 1
25d8736a
2 months ago
4.0.x (base)
and
latest version
latest version
37687842
3 commits,
1 month ago
version 2
b772abc3
2 commits,
2 months ago
version 1
25d8736a
1 commit,
2 months ago
9 files
+
33
−
1032
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
.tugboat/config.yml
+
0
−
4
Options
@@ -30,8 +30,6 @@ services:
composer require 'drupal/gin_login:^2.1'
# Require Admin Toolbar
composer require 'drupal/admin_toolbar:^3.0'
# Require Project Browser
composer require 'drupal/project_browser:^1.0@beta'
# Now we can require Gin, specifing the branch name we created
# above that uses the $TUGBOAT_REPO_ID environment variable.
composer require drupal/gin:dev-$TUGBOAT_REPO_ID
@@ -57,8 +55,6 @@ services:
vendor/bin/drush --yes en gin_toolbar
# Enable gin_login Module.
vendor/bin/drush --yes en gin_login
# Enable project_browser Module.
vendor/bin/drush --yes en project_browser
build
:
|
set -eux
# Delete and re-check out this branch in case this is built from a Base Preview.
Loading