- Notifications
You must be signed in to change notification settings - Fork24
A GitBucket plug-in which provides code snippet repository like Gist
License
gitbucket/gitbucket-gist-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a GitBucket plug-in which provides code snippet repository like Gist.
Plugin version | GitBucket version |
---|---|
4.23.x | 4.40.x - |
4.22.x | 4.37.x - |
4.21.x | 4.36.x - |
4.20.x | 4.35.x - |
4.19.x | 4.34.x - |
4.18.x | 4.32.x - 4.33.x |
4.17.x | 4.30.x - 4.31.x |
4.16.x | 4.26.x - 4.29.x |
4.15.x | 4.25.x |
4.13.x, 4.14.x | 4.23.x - 4.24.x |
4.12.x | 4.21.x - 4.22.x |
4.11.x | 4.19.x - 4.20.x |
4.10.x | 4.15.x - 4.18.x |
4.9.x | 4.14.x |
4.8.x | 4.11.x - 4.13.x |
4.7.x | 4.11.x |
4.6.x | 4.10.x |
4.5.x | 4.9.x |
4.4.x | 4.8.x |
4.2.x, 4.3.x | 4.2.x - 4.7.x |
4.0.x | 4.0.x - 4.1.x |
3.13.x | 3.13.x |
3.12.x | 3.12.x |
3.11.x | 3.11.x |
3.10.x | 3.10.x |
3.7.x | 3.7.x - 3.9.x |
3.6.x | 3.6.x |
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:
UPDATE VERSIONS SET VERSION='2.0.0' WHERE MODULE_ID='gist';
- restart gitbucket
- can open snippets page
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.
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.