Enabling linkattrs explicitly on doc pages having external links

Asciidoc may fail to render link attributes for external links
supposed to open in a new window correctly. This change adds
:linkattrs: to the beginning of such files to force parsing link
attributes correctly.

Bug: Issue 12068
Change-Id: If18be60de646ff78f672239dd4fa435fd4fd92ab
This commit is contained in:
Marian Harbach
2019-12-13 10:42:46 +01:00
parent ea6dce80ad
commit ebeb15460c
76 changed files with 76 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Access Controls
Access controls in Gerrit are group based. Every user account is a

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Backup
A Gerrit Code Review site contains data that needs to be backed up regularly.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= commit-msg Hook

View File

@@ -1,3 +1,4 @@
:linkattrs:
= The refs/for namespace
When pushing a new or updated commit to Gerrit, you push that commit using a

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Accounts
== Overview

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Configuration
== File `etc/gerrit.config`

View File

@@ -1,3 +1,4 @@
:linkattrs:
== Gitweb Integration
Gerrit Code Review can manage and generate hyperlinks to gitweb,

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Hooks
Gerrit does not run any of the standard git hooks in the repositories

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Mail Templates
Gerrit uses link:https://developers.google.com/closure/templates/[Closure Templates,role=external,window=_blank]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Plugins
The Gerrit server functionality can be extended by installing plugins.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Single Sign-On Security
Gerrit supports integration with some types of single sign-on

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Building with Bazel
[[installation]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Contributor License Agreement
In order to link::dev-community.html#how-to-contribute[contribute] to

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Community
Gerrit is developed as a

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Contributing
[[cla]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Core Plugins
[[definition]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Crafting Changes
Here are some hints as to what approvers may be looking for

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - System Design
== Objective

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - End to end load tests
This document provides a description of a Gerrit load test scenario implemented using the link:http://gatling.io[`Gatling`] framework.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Eclipse Setup
This document is about configuring Gerrit Code Review into an

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Inspector
== NAME

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - IntelliJ IDEA Setup
== Prerequisites

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Plugin Lifecycle
Most of the plugins are hosted on the same instance as the

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Plugin Development
The Gerrit server functionality can be extended by installing plugins.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Development Processes
[[project-governance]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review: Developer Setup
To build a developer instance, you'll need link:https://bazel.build/[Bazel,role=external,window=_blank] to

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Deploy Gerrit Artifacts
[[deploy-configuration-setting-maven-central]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Making a Snapshot Release of JGit
This step is only necessary if we need to create an unofficial JGit

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Making a Release of a Gerrit Subproject
[[make-snapshot]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Making a Gerrit Release
[NOTE]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Supporting Roles
As an open source project Gerrit has a large community of people

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Starter Projects
We have created a

View File

@@ -1,3 +1,4 @@
:linkattrs:
= change ... closed
With this error message Gerrit rejects to push a commit or submit a

View File

@@ -1,3 +1,4 @@
:linkattrs:
= commit xxxxxxx: Change-Id must be in message footer
With this error message, Gerrit rejects a push of a commit to a project

View File

@@ -1,3 +1,4 @@
:linkattrs:
= contains banned commit ...
With this error message Gerrit rejects to push a commit that is

View File

@@ -1,3 +1,4 @@
:linkattrs:
= ... has duplicates
With this error message Gerrit rejects to push a commit if its commit

View File

@@ -1,3 +1,4 @@
:linkattrs:
= invalid author
For every pushed commit Gerrit verifies that the e-mail address of

View File

@@ -1,3 +1,4 @@
:linkattrs:
= invalid Change-Id line format in commit message footer
With this error message Gerrit rejects to push a commit if its commit

View File

@@ -1,3 +1,4 @@
:linkattrs:
= invalid committer
For every pushed commit Gerrit verifies that the e-mail address of

View File

@@ -1,3 +1,4 @@
:linkattrs:
= commit xxxxxxx: missing Change-Id in message footer
With this error message Gerrit rejects to push a commit to a project

View File

@@ -1,3 +1,4 @@
:linkattrs:
= commit xxxxxxx: missing subject; Change-Id must be in message footer
With this error message Gerrit rejects to push a commit to a project

View File

@@ -1,3 +1,4 @@
:linkattrs:
= commit xxxxxxx: multiple Change-Id lines in message footer
With this error message Gerrit rejects to push a commit if the commit

View File

@@ -1,3 +1,4 @@
:linkattrs:
= no new changes
With this error message Gerrit rejects to push a commit if the pushed

View File

@@ -1,3 +1,4 @@
:linkattrs:
= non-fast forward
With this error message Gerrit rejects a push if the remote branch can't

View File

@@ -1,3 +1,4 @@
:linkattrs:
= you are not allowed to upload merges
With this error message Gerrit rejects to push a merge commit if the

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Permission denied (publickey)
With this error message an SSH command to Gerrit is rejected if the

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Push fails due to commit message
If Gerrit rejects pushing a commit it is often the case that there is

View File

@@ -1,3 +1,4 @@
:linkattrs:
= same Change-Id in multiple changes
With this error message Gerrit rejects to push a commit if it

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Upload denied for project ...
With this error message Gerrit rejects to push a commit if the

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review for Git
== Quickstarts

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - J2EE Installation
== Description

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Standalone Daemon Installation Guide
[[prerequisites]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Basic Gerrit Walkthrough -- For GitHub Users

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Working with Gerrit: An example
To understand how Gerrit works, let's follow a change through its entire

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Project Owner Guide
This is a Gerrit guide that is dedicated to project owners. It

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review Product Overview
Gerrit Code Review is a web-based code review tool built on

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Use Gerrit to Be a Rockstar Programmer
== Overview

View File

@@ -1,3 +1,4 @@
:linkattrs:
= User Guide
This is a Gerrit guide that is dedicated to Gerrit end-users. It

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Quickstart for Installing Gerrit on Linux
This content explains how to install a basic instance of Gerrit on a Linux

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - NoteDb Backend
NoteDb is the next generation of Gerrit storage backend, which replaces the

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - PolyGerrit Plugin Development
CAUTION: Work in progress. Hard hat area. Please

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - PolyGerrit Plugin Development
CAUTION: Work in progress. Hard hat area. Please

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - PolyGerrit Plugin Styling
== Plugin styles

View File

@@ -1,3 +1,4 @@
:linkattrs:
= MigrateAccountPatchReviewDb
== NAME

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Prolog Submit Rules Cookbook
[[SubmitRule]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Quota
Gerrit does not provide out of the box quota enforcement. However, it does

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - /accounts/ REST API
This page describes the account related REST endpoints.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - /changes/ REST API
This page describes the change related REST endpoints.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - /projects/ REST API
This page describes the project related REST endpoints.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - REST API
Gerrit Code Review comes with a REST like API available over HTTP.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Creating and Editing Changes in the Gerrit Web Interface
== Overview

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Request Tracing
[[on-demand]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Review UI
Reviewing changes is an important task and the Gerrit Web UI provides

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Searching Changes
== Default Searches

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Signed-off-by Lines
[NOTE]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Uploading Changes
Gerrit supports three methods of uploading changes: