All Projects → gitbucket → gitbucket-gist-plugin

gitbucket / gitbucket-gist-plugin

Licence: Apache-2.0 license
A GitBucket plug-in which provides code snippet repository like Gist

Programming Languages

HTML
75241 projects
scala
5932 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to gitbucket-gist-plugin

gitbucket-fess-plugin
GitBucket plugin for Fess
Stars: ✭ 21 (-68.66%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-gantt-plugin
A GitBucket plugin rendering Gantt Chart.
Stars: ✭ 16 (-76.12%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-monitoring-plugin
Provides monitoring page which contains machine information, resources, processes ...etc
Stars: ✭ 15 (-77.61%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-notifications-plugin
A GitBucket plug-in to provides email notifications feature
Stars: ✭ 16 (-76.12%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-emoji-plugin
Provides Emoji support for GitBucket
Stars: ✭ 19 (-71.64%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-ci-plugin
GitBucket plug-in that adds simple CI ability to GitBucket.
Stars: ✭ 44 (-34.33%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-network-plugin
This plugin provides network graph for GitBucket.
Stars: ✭ 37 (-44.78%)
Mutual labels:  gitbucket, gitbucket-plugin
gitbucket-label-kanban-plugin
A GitBucket plugin for Kanban style issue management.
Stars: ✭ 43 (-35.82%)
Mutual labels:  gitbucket, gitbucket-plugin
Gitbucket
A Git platform powered by Scala with easy installation, high extensibility & GitHub API compatibility
Stars: ✭ 8,539 (+12644.78%)
Mutual labels:  gitbucket
github2mr
Export all your github repositories to a form suitable for 'myrepos' to work with.
Stars: ✭ 32 (-52.24%)
Mutual labels:  gitbucket

gitbucket-gist-plugin build

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

Plugin version GitBucket version
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

Installation

Download jar file from Releases page and put into GITBUCKET_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

See Connect to H2 database to know how to execute SQL on the GitBucket database.

Build from source

Run sbt 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 run sbt install.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].