Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A GitBucket plug-in which provides code snippet repository like Gist

License

NotificationsYou must be signed in to change notification settings

gitbucket/gitbucket-gist-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a GitBucket plug-in which provides code snippet repository like Gist.

Plugin versionGitBucket version
4.23.x4.40.x -
4.22.x4.37.x -
4.21.x4.36.x -
4.20.x4.35.x -
4.19.x4.34.x -
4.18.x4.32.x - 4.33.x
4.17.x4.30.x - 4.31.x
4.16.x4.26.x - 4.29.x
4.15.x4.25.x
4.13.x, 4.14.x4.23.x - 4.24.x
4.12.x4.21.x - 4.22.x
4.11.x4.19.x - 4.20.x
4.10.x4.15.x - 4.18.x
4.9.x4.14.x
4.8.x4.11.x - 4.13.x
4.7.x4.11.x
4.6.x4.10.x
4.5.x4.9.x
4.4.x4.8.x
4.2.x, 4.3.x4.2.x - 4.7.x
4.0.x4.0.x - 4.1.x
3.13.x3.13.x
3.12.x3.12.x
3.11.x3.11.x
3.10.x3.10.x
3.7.x3.7.x - 3.9.x
3.6.x3.6.x

Installation

Download jar file fromReleases page and put intoGITBUCKET_HOME/plugins.

Note: If you had used this plugin with GitBucket 3.x, it does not work after upgrading to GitBucket 4.x. Solution is below:

  1. UPDATE VERSIONS SET VERSION='2.0.0' WHERE MODULE_ID='gist';
  2. restart gitbucket
  3. can open snippets page
  4. SELECT VERSION FROM VERSIONS WHERE MODULE_ID='gist' ->4.2.0

SeeConnect to H2 database to know how to execute SQL on the GitBucket database.

Build from source

Runsbt assembly and copy generated/target/scala-2.13/gitbucket-gist-plugin-x.x.x.jar to~/.gitbucket/plugins/ (If the directory does not exist, create it by hand before copying the jar), or just runsbt install.

About

A GitBucket plug-in which provides code snippet repository like Gist

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors12


[8]ページ先頭

©2009-2025 Movatter.jp