Browse Source

Adjust path after moving from "gitblit" to "gitblit-org" on Github

pull/1442/head
Florian Zschocke 1 year ago
parent
commit
7031f902f4

+ 2
- 2
.gitbugtraq View File

[bugtraq "issues"] [bugtraq "issues"]
url = https://github.com/gitblit/gitblit/issues/%BUGID%
url = https://github.com/gitblit-org/gitblit/issues/%BUGID%
loglinkregex = "[Ii]ssue[-#:\\s]{1}\\d+" loglinkregex = "[Ii]ssue[-#:\\s]{1}\\d+"
logregex = "\\d+" logregex = "\\d+"
loglinktext = issue-%BUGID% loglinktext = issue-%BUGID%
[bugtraq "pullrequests"] [bugtraq "pullrequests"]
url = "https://github.com/gitblit/gitblit/pull/%BUGID%"
url = "https://github.com/gitblit-org/gitblit/pull/%BUGID%"
loglinkregex = "(?:pull request|pull|pr)\\s*[-#]?[0-9]+" loglinkregex = "(?:pull request|pull|pr)\\s*[-#]?[0-9]+"
logregex = "\\d+" logregex = "\\d+"
loglinktext = "pull request #%BUGID%" loglinktext = "pull request #%BUGID%"

+ 2
- 2
.github/workflows/nightly-build.yml View File

if: needs.secret-gate.outputs.build_docker == 'true' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') if: needs.secret-gate.outputs.build_docker == 'true' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop')
needs: secret-gate needs: secret-gate
env: env:
GH_ORG: gitblit
GH_ORG: gitblit-org
GITBLIT_VERSION: SNAPSHOT GITBLIT_VERSION: SNAPSHOT


steps: steps:


# Delete the artifact unless this is the official Gitblit repo # Delete the artifact unless this is the official Gitblit repo
- uses: geekyeggo/delete-artifact@v2 - uses: geekyeggo/delete-artifact@v2
if: ${{ github.repository != 'gitblit/gitblit' }}
if: ${{ github.repository != 'gitblit-org/gitblit' }}
with: with:
name: gitblit-nightly name: gitblit-nightly
failOnError: false failOnError: false

+ 3
- 3
README.markdown View File

More information about Gitblit can be found [here](http://gitblit.com). More information about Gitblit can be found [here](http://gitblit.com).
<a href='https://github.com/gitblit/gitblit/releases/latest' title='Download'><img alt='download badge' src='https://img.shields.io/badge/dynamic/json?color=9cf&label=Download&query=%24.name&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fgitblit%2Fgitblit%2Freleases%2Flatest'></a>
<a href='https://github.com/gitblit-org/gitblit/releases/latest' title='Download'><img alt='download badge' src='https://img.shields.io/badge/dynamic/json?color=9cf&label=Download&query=%24.name&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fgitblit-org%2Fgitblit%2Freleases%2Flatest'></a>
<a title='nightly docker' href='https://hub.docker.com/r/gitblit/gitblit/tags?page=1&name=nightly'><img alt='nightly docker badge' src='https://img.shields.io/badge/dynamic/json?color=2496ed&label=Nightly Docker&query=%24.tag_last_pushed&cacheSeconds=43200&url=https%3A%2F%2Fhub.docker.com%2Fv2%2Frepositories%2Fgitblit%2Fgitblit%2Ftags%2Fnightly'></a> <a title='nightly docker' href='https://hub.docker.com/r/gitblit/gitblit/tags?page=1&name=nightly'><img alt='nightly docker badge' src='https://img.shields.io/badge/dynamic/json?color=2496ed&label=Nightly Docker&query=%24.tag_last_pushed&cacheSeconds=43200&url=https%3A%2F%2Fhub.docker.com%2Fv2%2Frepositories%2Fgitblit%2Fgitblit%2Ftags%2Fnightly'></a>
![License](https://img.shields.io/github/license/gitblit/gitblit?color=%23f29024)
![License](https://img.shields.io/github/license/gitblit-org/gitblit?color=%23f29024)
License License
------- -------
Java Runtime Requirement Java Runtime Requirement
------------------------------------ ------------------------------------
Gitblit requires at Java 8 Runtime Environment (JRE) or a Java 8 Development Kit (JDK).
Gitblit requires a Java 8 Runtime Environment (JRE) or a Java 8 Development Kit (JDK).
Getting help Getting help
------------ ------------

+ 6
- 6
build.moxie View File



# Project urls # Project urls
url: 'http://gitblit.com' url: 'http://gitblit.com'
issuesUrl: 'https://github.com/gitblit/gitblit'
issuesUrl: 'https://github.com/gitblit-org/gitblit'
socialNetworkUrl: 'https://plus.google.com/114464678392593421684' socialNetworkUrl: 'https://plus.google.com/114464678392593421684'
forumUrl: 'http://groups.google.com/group/gitblit' forumUrl: 'http://groups.google.com/group/gitblit'
mavenUrl: 'http://gitblit.github.io/gitblit-maven'
mavenUrl: 'http://gitblit-org.github.io/gitblit-maven'


# Licenses section included for POM generation # Licenses section included for POM generation
licenses: licenses:


# SCM section included for POM generation # SCM section included for POM generation
scm: { scm: {
connection: 'scm:git:git://github.com/gitblit/gitblit.git'
developerConnection: 'scm:git:https://github.com/gitblit/gitblit.git'
url: 'https://github.com/gitblit/gitblit'
connection: 'scm:git:git://github.com/gitblit-org/gitblit.git'
developerConnection: 'scm:git:https://github.com/gitblit-org/gitblit.git'
url: 'https://github.com/gitblit-org/gitblit'
tag: HEAD tag: HEAD
} }


- { id: mavencentral, url: 'https://repo1.maven.org/maven2' } - { id: mavencentral, url: 'https://repo1.maven.org/maven2' }
- { id: eclipse, url: 'https://repo.eclipse.org/content/groups/releases' } - { id: eclipse, url: 'https://repo.eclipse.org/content/groups/releases' }
- { id: eclipse-snapshots, url: 'https://repo.eclipse.org/content/groups/snapshots' } - { id: eclipse-snapshots, url: 'https://repo.eclipse.org/content/groups/snapshots' }
- { id: gitblit, url: 'http://gitblit.github.io/gitblit-maven' }
- { id: gitblit, url: 'http://gitblit-org.github.io/gitblit-maven' }


# Source all dependencies from the following repositories in the specified order # Source all dependencies from the following repositories in the specified order
repositories: central, eclipse-snapshots, eclipse, gitblit repositories: central, eclipse-snapshots, eclipse, gitblit

+ 7
- 7
build.xml View File

<property name="relnoawk" location="${basedir}/src/site/templates/ghreleasenotes.awk" /> <property name="relnoawk" location="${basedir}/src/site/templates/ghreleasenotes.awk" />
<!-- GitHub user/organization name --> <!-- GitHub user/organization name -->
<property name="gh.org" value="gitblit" />
<property name="gh.org" value="gitblit-org" />
<!-- GitHub project name --> <!-- GitHub project name -->
<property name="gh.repo" value="gitblit" /> <property name="gh.repo" value="gitblit" />
<properties token="%PROPERTIES%" file="${project.distrib.dir}/data/defaults.properties" /> <properties token="%PROPERTIES%" file="${project.distrib.dir}/data/defaults.properties" />
<regex searchPattern="\b(commit)(\s*[#]?|-){0,1}([0-9a-fA-F]{5,})\b" replacePattern="&lt;a href='https://github.com/gitblit/gitblit/commit/$3'&gt;commit $3&lt;/a&gt;" />
<regex searchPattern="\b(issue)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://github.com/gitblit/gitblit/issues/$3'&gt;issue $3&lt;/a&gt;" />
<regex searchPattern="\b(pr|pull request)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://github.com/gitblit/gitblit/pull/$3'&gt;pull request #$3&lt;/a&gt;" />
<regex searchPattern="\b(commit)(\s*[#]?|-){0,1}([0-9a-fA-F]{5,})\b" replacePattern="&lt;a href='https://github.com/gitblit-org/gitblit/commit/$3'&gt;commit $3&lt;/a&gt;" />
<regex searchPattern="\b(issue)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://github.com/gitblit-org/gitblit/issues/$3'&gt;issue $3&lt;/a&gt;" />
<regex searchPattern="\b(pr|pull request)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://github.com/gitblit-org/gitblit/pull/$3'&gt;pull request #$3&lt;/a&gt;" />
<regex searchPattern="\b(ticket)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://dev.gitblit.com/tickets/gitblit.git/$3'&gt;ticket $3&lt;/a&gt;" /> <regex searchPattern="\b(ticket)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://dev.gitblit.com/tickets/gitblit.git/$3'&gt;ticket $3&lt;/a&gt;" />
<!-- Set the logo from the mx:doc resources --> <!-- Set the logo from the mx:doc resources -->
<properties token="%PROPERTIES%" file="${project.distrib.dir}/data/defaults.properties" /> <properties token="%PROPERTIES%" file="${project.distrib.dir}/data/defaults.properties" />
<regex searchPattern="\b(commit)(\s*[#]?|-){0,1}([0-9a-fA-F]{5,})\b" replacePattern="&lt;a href='https://github.com/gitblit/gitblit/commit/$3'&gt;commit $3&lt;/a&gt;" />
<regex searchPattern="\b(issue)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://github.com/gitblit/gitblit/issues/$3'&gt;issue $3&lt;/a&gt;" />
<regex searchPattern="\b(pr|pull request)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://github.com/gitblit/gitblit/pull/$3'&gt;pull request #$3&lt;/a&gt;" />
<regex searchPattern="\b(commit)(\s*[#]?|-){0,1}([0-9a-fA-F]{5,})\b" replacePattern="&lt;a href='https://github.com/gitblit-org/gitblit/commit/$3'&gt;commit $3&lt;/a&gt;" />
<regex searchPattern="\b(issue)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://github.com/gitblit-org/gitblit/issues/$3'&gt;issue $3&lt;/a&gt;" />
<regex searchPattern="\b(pr|pull request)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://github.com/gitblit-org/gitblit/pull/$3'&gt;pull request #$3&lt;/a&gt;" />
<regex searchPattern="\b(ticket)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://dev.gitblit.com/tickets/gitblit.git/$3'&gt;ticket $3&lt;/a&gt;" /> <regex searchPattern="\b(ticket)(\s*[#]?|-){0,1}(\d+)\b" replacePattern="&lt;a href='https://dev.gitblit.com/tickets/gitblit.git/$3'&gt;ticket $3&lt;/a&gt;" />
<!-- Set the logo from the mx:doc resources --> <!-- Set the logo from the mx:doc resources -->

+ 1
- 1
src/main/distrib/data/defaults.properties View File

# List of regex url patterns for extracting a repository name when locating # List of regex url patterns for extracting a repository name when locating
# submodules. # submodules.
# e.g. git.submoduleUrlPatterns = .*?://github.com/(.*) will extract # e.g. git.submoduleUrlPatterns = .*?://github.com/(.*) will extract
# *gitblit/gitblit.git* from *git://github.com/gitblit/gitblit.git*
# *gitblit-org/gitblit.git* from *git://github.com/gitblit-org/gitblit.git*
# If no matches are found then the submodule repository name is assumed to be # If no matches are found then the submodule repository name is assumed to be
# whatever trails the last / character. (e.g. gitblit.git). # whatever trails the last / character. (e.g. gitblit.git).
# #

+ 1
- 1
src/main/distrib/data/groovy/youtrack-readme.md View File



## Attribution ## Attribution


Much of this script was cobbled together from the example receive hooks in the official [GitBlit](https://github.com/gitblit/gitblit) distribution.
Much of this script was cobbled together from the example receive hooks in the official [GitBlit](https://github.com/gitblit-org/gitblit) distribution.

+ 1
- 2
src/site/design.mkd View File

[jgit]: http://eclipse.org/jgit "Eclipse JGit Site" [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"
[git]: http://git-scm.com "Official Git Site" [git]: http://git-scm.com "Official Git Site"
[gitbltsrc]: http://github.com/gitblit "gitblit git repository"
[googlecode]: http://code.google.com/p/gitblit "gitblit project management"
[gitbltsrc]: http://github.com/gitblit-org/gitblit "gitblit git repository"
[apachelicense]: http://www.apache.org/licenses/LICENSE-2.0 "Apache License, Version 2.0" [apachelicense]: http://www.apache.org/licenses/LICENSE-2.0 "Apache License, Version 2.0"

+ 1
- 1
src/site/federation.mkd View File

## Federation Client ## Federation Client
Instead of setting up a full-blown pulling Gitblit instance, you can also use the [federation client](https://github.com/gitblit/gitblit/releases/latest) command-line utility. This is a packaged subset of the federation feature in a smaller, simpler command-line only tool.
Instead of setting up a full-blown pulling Gitblit instance, you can also use the [federation client](https://github.com/gitblit-org/gitblit/releases/latest) command-line utility. This is a packaged subset of the federation feature in a smaller, simpler command-line only tool.
The *federation client* relies on many of the same dependencies as Gitblit and will download them on first execution. The *federation client* relies on many of the same dependencies as Gitblit and will download them on first execution.

+ 1
- 1
src/site/plugins_extensions.mkd View File



Gitblit offers several extension points for enhancing and customizing it's runtime behavior. Gitblit offers several extension points for enhancing and customizing it's runtime behavior.


Each available extension point has a sample implementation in the [gitblit-cookbook-plugin (Maven project)](https://github.com/gitblit/gitblit-cookbook-plugin).
Each available extension point has a sample implementation in the [gitblit-cookbook-plugin (Maven project)](https://github.com/gitblit-org/gitblit-cookbook-plugin).


**NOTE:** **NOTE:**
Gitblit does not yet offer a comprehensize dependency injection architecture. This will be addressed in a subsequent release. For now you may access all of Gitblit's core managers through a static singleton app context: Gitblit does not yet offer a comprehensize dependency injection architecture. This will be addressed in a subsequent release. For now you may access all of Gitblit's core managers through a static singleton app context:

+ 1
- 1
src/site/plugins_overview.mkd View File



plugins.registry = http://plugins.gitblit.com/plugins.json plugins.registry = http://plugins.gitblit.com/plugins.json


The [default plugins registry](http://plugins.gitblit.com) is currently hosted in a [Git repository on Github](https://github.com/gitblit/gitblit-registry). You can view the default registry file [here](http://plugins.gitblit.com/plugins.json). The default plugin registry is also a Maven-2 compatible repository.
The [default plugins registry](http://plugins.gitblit.com) is currently hosted in a [Git repository on Github](https://github.com/gitblit-org/gitblit-registry). You can view the default registry file [here](http://plugins.gitblit.com/plugins.json). The default plugin registry is also a Maven-2 compatible repository.


### Contributing Plugins to the Default Registry ### Contributing Plugins to the Default Registry



+ 1
- 1
src/site/releasehistory.mkd View File

- Preliminary bare repository submodule support<br/> - Preliminary bare repository submodule support<br/>
**New:** *git.submoduleUrlPatterns=* **New:** *git.submoduleUrlPatterns=*
- *git.submoduleUrlPatterns* is a space-delimited list of regular expressions for extracting a repository name from a submodule url.<br/> - *git.submoduleUrlPatterns* is a space-delimited list of regular expressions for extracting a repository name from a submodule url.<br/>
For example, `git.submoduleUrlPatterns = .*?://github.com/(.*)` would extract *gitblit/gitblit.git* from *git://github.git/gitblit/gitblit.git*<br/>
For example, `git.submoduleUrlPatterns = .*?://github.com/(.*)` would extract *gitblit-org/gitblit.git* from *git://github.git/gitblit-org/gitblit.git*<br/>
**Note:** You may not need this control to work with submodules, but it is there if you do. **Note:** You may not need this control to work with submodules, but it is there if you do.
- If there are no matches from *git.submoduleUrlPatterns* then the repository name is assumed to be whatever comes after the last `/` character *(e.g. gitblit.git)* - If there are no matches from *git.submoduleUrlPatterns* then the repository name is assumed to be whatever comes after the last `/` character *(e.g. gitblit.git)*
- Gitblit will try to locate this repository relative to the current repository *(e.g. myfolder/myrepo.git, myfolder/mysubmodule.git)* and then at the root level *(mysubmodule.git)* if that fails. - Gitblit will try to locate this repository relative to the current repository *(e.g. myfolder/myrepo.git, myfolder/mysubmodule.git)* and then at the root level *(mysubmodule.git)* if that fails.

+ 1
- 1
src/site/releases.mkd View File

- Preliminary bare repository submodule support<br/> - Preliminary bare repository submodule support<br/>
**New:** *git.submoduleUrlPatterns=* **New:** *git.submoduleUrlPatterns=*
- *git.submoduleUrlPatterns* is a space-delimited list of regular expressions for extracting a repository name from a submodule url.<br/> - *git.submoduleUrlPatterns* is a space-delimited list of regular expressions for extracting a repository name from a submodule url.<br/>
For example, `git.submoduleUrlPatterns = .*?://github.com/(.*)` would extract *gitblit/gitblit.git* from *git://github.git/gitblit/gitblit.git*<br/>
For example, `git.submoduleUrlPatterns = .*?://github.com/(.*)` would extract *gitblit-org/gitblit.git* from *git://github.git/gitblit-org/gitblit.git*<br/>
**Note:** You may not need this control to work with submodules, but it is there if you do. **Note:** You may not need this control to work with submodules, but it is there if you do.
- If there are no matches from *git.submoduleUrlPatterns* then the repository name is assumed to be whatever comes after the last `/` character *(e.g. gitblit.git)* - If there are no matches from *git.submoduleUrlPatterns* then the repository name is assumed to be whatever comes after the last `/` character *(e.g. gitblit.git)*
- Gitblit will try to locate this repository relative to the current repository *(e.g. myfolder/myrepo.git, myfolder/mysubmodule.git)* and then at the root level *(mysubmodule.git)* if that fails. - Gitblit will try to locate this repository relative to the current repository *(e.g. myfolder/myrepo.git, myfolder/mysubmodule.git)* and then at the root level *(mysubmodule.git)* if that fails.

+ 1
- 1
src/site/rpc.mkd View File

The Gitblit Manager is an example Java/Swing application that allows remote management (repository and user objects) and administration (server settings) of a Gitblit server. The Gitblit Manager is an example Java/Swing application that allows remote management (repository and user objects) and administration (server settings) of a Gitblit server.
This application uses a combination of RSS feeds and the JSON RPC interface, both of which are part of the [Gitblit API](https://github.com/gitblit/gitblit/releases/latest) library, to present live information from a Gitblit server. Some JSON RPC methods from the utility class `com.gitblit.utils.RpcUtils` are not currently used by the Gitblit Manager.
This application uses a combination of RSS feeds and the JSON RPC interface, both of which are part of the [Gitblit API](https://github.com/gitblit-org/gitblit/releases/latest) library, to present live information from a Gitblit server. Some JSON RPC methods from the utility class `com.gitblit.utils.RpcUtils` are not currently used by the Gitblit Manager.
**NOTE:** **NOTE:**
Gitblit Manager stores your login credentials **INSECURELY** in homedir/.gitblit/config. Gitblit Manager stores your login credentials **INSECURELY** in homedir/.gitblit/config.

+ 3
- 3
src/site/setup_authentication.mkd View File

#### Example LDAP Layout #### Example LDAP Layout
![block diagram](ldapSample.png "LDAP Sample") ![block diagram](ldapSample.png "LDAP Sample")
Please see [ldapUserServiceSampleData.ldif](https://github.com/gitblit/gitblit/blob/master/src/test/resources/ldap/sampledata.ldif) to see the data in LDAP that reflects the above picture.
Please see [ldapUserServiceSampleData.ldif](https://github.com/gitblit-org/gitblit/blob/master/src/test/resources/ldap/sampledata.ldif) to see the data in LDAP that reflects the above picture.
#### Gitblit Settings for Example LDAP Layout #### Gitblit Settings for Example LDAP Layout
The following are the settings required to configure Gitblit to authenticate against the example LDAP server with LDAP-controlled team memberships. The following are the settings required to configure Gitblit to authenticate against the example LDAP server with LDAP-controlled team memberships.
This is the simplest choice where you implement custom authentication and delegate all other standard user and team operations to one of Gitblit's user service implementations. This choice insulates your customization from changes in User and Team model classes and additional API that may be added to IUserService. This is the simplest choice where you implement custom authentication and delegate all other standard user and team operations to one of Gitblit's user service implementations. This choice insulates your customization from changes in User and Team model classes and additional API that may be added to IUserService.
Please subclass [com.gitblit.auth.AuthenticationProvider.UsernamePasswordAuthenticationProvider](https://github.com/gitblit/gitblit/blob/master/src/main/java/com/gitblit/auth/AuthenticationProvider.java).
Please subclass [com.gitblit.auth.AuthenticationProvider.UsernamePasswordAuthenticationProvider](https://github.com/gitblit-org/gitblit/blob/master/src/main/java/com/gitblit/auth/AuthenticationProvider.java).
You may use your subclass by specifying its fully qualified classname in the *realm.authenticationProviders* setting. You may use your subclass by specifying its fully qualified classname in the *realm.authenticationProviders* setting.
You may use your own custom *com.gitblit.IUserService* implementation by specifying its fully qualified classname in the *realm.userService* setting. You may use your own custom *com.gitblit.IUserService* implementation by specifying its fully qualified classname in the *realm.userService* setting.
Your user service class must be on Gitblit's classpath and must have a public default constructor. Your user service class must be on Gitblit's classpath and must have a public default constructor.
Please see the following interface definition [com.gitblit.IUserService](https://github.com/gitblit/gitblit/blob/master/src/main/java/com/gitblit/IUserService.java).
Please see the following interface definition [com.gitblit.IUserService](https://github.com/gitblit-org/gitblit/blob/master/src/main/java/com/gitblit/IUserService.java).

+ 1
- 1
src/site/setup_bugtraq.mkd View File

logregex = (JRA-\\d+) logregex = (JRA-\\d+)
[bugtraq "github"] [bugtraq "github"]
url = "https://github.com/gitblit/gitblit/pull/%BUGID%"
url = "https://github.com/gitblit-org/gitblit/pull/%BUGID%"
loglinkregex = "(?:pull request|pull|pr)\\s*[-#]?[0-9]+" loglinkregex = "(?:pull request|pull|pr)\\s*[-#]?[0-9]+"
logregex = "\\d+" logregex = "\\d+"
loglinktext = "pull request #%BUGID%" loglinktext = "pull request #%BUGID%"

+ 1
- 1
src/site/setup_go.mkd View File

java -Dlog4j.configuration=file:///home/james/log4j.properties -cp gitblit.jar:"ext/*" com.gitblit.GitBlitServer <optional_gitblit_args> java -Dlog4j.configuration=file:///home/james/log4j.properties -cp gitblit.jar:"ext/*" com.gitblit.GitBlitServer <optional_gitblit_args>
You can not use override the default log4j configuration *AND* specify the `--dailyLogFile` parameter. For reference, here is [Gitblit's default Log4j configuration](https://github.com/gitblit/gitblit/blob/master/src/log4j.properties). It includes some file appenders that are disabled by default.
You can not use override the default log4j configuration *AND* specify the `--dailyLogFile` parameter. For reference, here is [Gitblit's default Log4j configuration](https://github.com/gitblit-org/gitblit/blob/master/src/log4j.properties). It includes some file appenders that are disabled by default.

+ 1
- 1
src/site/siteindex.mkd View File

Administrators can create and manage all repositories, user accounts, and teams from the *Web UI*. Administrators can create and manage all repositories, user accounts, and teams from the *Web UI*.
Administrators can create and manage all repositories, user accounts, and teams from the *JSON RPC interface* using the [Gitblit Manager](%GCURL%manager-${project.releaseVersion}.zip) or your own custom tooling. Administrators can create and manage all repositories, user accounts, and teams from the *JSON RPC interface* using the [Gitblit Manager](%GCURL%manager-${project.releaseVersion}.zip) or your own custom tooling.
Administrators can create and manage all repositories, user accounts, and teams from the *command-line* using SSH & the [Powertools plugin](https://github.com/gitblit/gitblit-powertools-plugin).
Administrators can create and manage all repositories, user accounts, and teams from the *command-line* using SSH & the [Powertools plugin](https://github.com/gitblit-org/gitblit-powertools-plugin).
### Integration with Your Infrastructure ### Integration with Your Infrastructure

+ 1
- 1
src/test/config/test-ui-gitblit.properties View File

# List of regex url patterns for extracting a repository name when locating # List of regex url patterns for extracting a repository name when locating
# submodules. # submodules.
# e.g. git.submoduleUrlPatterns = .*?://github.com/(.*) will extract # e.g. git.submoduleUrlPatterns = .*?://github.com/(.*) will extract
# *gitblit/gitblit.git* from *git://github.com/gitblit/gitblit.git*
# *gitblit-org/gitblit.git* from *git://github.com/gitblit-org/gitblit.git*
# If no matches are found then the submodule repository name is assumed to be # If no matches are found then the submodule repository name is assumed to be
# whatever trails the last / character. (e.g. gitblit.git). # whatever trails the last / character. (e.g. gitblit.git).
# #

Loading…
Cancel
Save