summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/tickets
Commit message (Collapse)AuthorAgeFilesLines
* Ticket Reference handling #1048Paul Martin2016-04-272-21/+95
| | | | | | | | | | | | | | | + Supports referencing: + Tickets from other tickets via comments + Tickets from commits on any branch + Common TicketLink class used for both commits and tickets + TicketLink is temporary and persisted to ticket as a Reference + Support deletion of ticket references + Rebasing patchsets/branches will generate new references + Deleting old patchsets/branches will remove the relevant references + Substantial testing of use cases + With and without patchsets, deleting, amending + BranchTicketService used during testing to allow end-to-end ref testing + Relocated common git helper functions to JGitUtils
* Fix for #962 - Delete patchset abilityPaul Martin2016-04-061-0/+25
|
* Document edit capability via ProseMirror submodule #974Paul Martin2016-03-271-102/+7
| | | | | | | | | | | | + New docEdit page with links from docPage and docList + Bespoke menu system with full screen edit mode + npm required for building client side scripts + Ant script added for BuildUI which performs npm commands + Update font-awesome to 4.5.0 + Factor out to JGitUtils common code in BranchTicketService for EditFilePage + getTreeEntries + commitIndex + Merge capability for document editing
* Revert "Merge pull request #915 from lucamilanesio/lucene-5.2.1"James Moger2015-09-181-15/+15
| | | | | This reverts commit 55c385e96e6594ec1ac3b5cd41ccd2df6048b696, reversing changes made to 61bb29d492ca9c34471ec0a119d1445ccde086e9.
* Bump to Lucene 5.2.1Luca Milanesio2015-09-091-15/+15
|
* Bump to JGit 4.0.0Luca Milanesio2015-06-121-7/+7
| | | | | JGit 4.0.0 fixes a memory leak but introduces a non-compatible change for closing the RevWalk: before it was release() but now is close()
* Fix exception in FileTicketService when deleting a repositoryJames Moger2014-10-311-0/+4
|
* Tickets - Priority, Severity optionsPaul Martin2014-10-202-1/+12
| | | | | | | | | + Severity indicated via new character indicator and color of ticket icon on ticket list + Priority indicated via new priority icon and color on ticket list + Indexed as integers to provide sorting and maintain language neutral index + Colours and indicator text controlled through CSS classes priority-<x> & severity-<x> + UITicketTest created to generate tickets of all types to ease debugging
* Support email View Ticket go-to-actionJames Moger2014-09-252-1/+20
|
* Merge branch 'ticket/183' into developJames Moger2014-09-171-1/+5
|\
| * Fix bug in migrating to BranchTicketServiceJames Moger2014-09-171-1/+5
| |
* | Merge branch 'ticket/153' into developJames Moger2014-09-041-2/+4
|\|
| * Quote all Lucene query args that have non-alphanumeric charactersJames Moger2014-09-041-2/+4
| |
* | Merge branch 'ticket/152' into developJames Moger2014-09-041-6/+12
|\|
| * Fix NPEs when handling referenced milestones that do not existJames Moger2014-09-041-6/+12
| |
* | Extract ticket service into an injectable object with a custom providerJames Moger2014-07-035-13/+19
| |
* | Use Guice annotations, not javax.inject annotationsJames Moger2014-07-034-8/+8
| |
* | Replace Dagger with Guice 4.0 beta and update Guava to 16.0.1James Moger2014-07-034-0/+20
|/
* Escape Lucene query values with hyphensJames Moger2014-06-271-1/+1
|
* DocumentationJames Moger2014-06-161-1/+1
|
* Add "email me on my ticket changes" preferenceJames Moger2014-06-051-2/+9
|
* Prohibit ticket updates for empty repositoriesJames Moger2014-05-151-0/+1
|
* Implementation of a ticket mgration toolJames Moger2014-05-025-28/+232
|
* Overdue labeling, notify changed tickets controlJames Moger2014-05-012-10/+38
|
* Allow milestone deletion within the edit milestone pageJames Moger2014-05-012-1/+18
|
* Create and update milestone pages with rename supportJames Moger2014-05-013-7/+35
|
* [findbugs] Null check on closing a repository in TicketNotifierJames Moger2014-04-171-1/+3
|
* [findbugs] Null checks on closing a repository in ITicketServiceJames Moger2014-04-171-8/+24
|
* [findbugs] Null check on closing a treewalk in BranchTicketServiceJames Moger2014-04-171-1/+3
|
* Update javadocJames Moger2014-04-171-4/+76
|
* fix NullPointerException in ITicketService and add TestCaseKevin Walter2014-04-151-17/+20
|
* Add TicketHook extensionJames Moger2014-04-125-0/+40
|
* Fix failure of RedisTicketService to determine hasTicketJames Moger2014-04-081-1/+1
|
* Fix possible NPE when deleting a repository and cleaning-up branch-based ticketsJames Moger2014-04-071-1/+3
|
* Fix NPE in FileTicketService on finding all journalsJames Moger2014-03-171-2/+6
|
* Clarify ticket fetch instructionsJames Moger2014-03-101-2/+2
|
* Repository owners were not CCd on ticket emailsJames Moger2014-03-101-1/+13
|
* Fixed incorrect ticket fetch instructions in email notificationsJames Moger2014-03-092-2/+3
|
* DocumentationJames Moger2014-03-081-3/+3
|
* Prevent Lucene queries from starting with a conjunctionJames Moger2014-03-081-0/+6
|
* Move Gitblit branches to refs/meta/gitblitJames Moger2014-03-081-2/+26
|
* Do not send ticket emails to disabled usersJames Moger2014-03-071-2/+2
|
* Do not use @Inject on the ticket service constructorsJames Moger2014-03-064-12/+0
|
* Exclude title, body, and status fields from initial proposal emailJames Moger2014-03-061-0/+3
|
* Documentation and clarify git workflowsJames Moger2014-03-061-4/+4
|
* Revise push/mirror tickets branch triggeringJames Moger2014-03-062-18/+58
|
* Fire an event on received ticket branch updates to trigger reindexJames Moger2014-03-051-1/+34
| | | | | | | | It would be useful to be able to push a complete repository with a refs/gitblit/tickets branch and have Gitblit index all those tickets. Additionally, it would be nice for the mirroring service to recognize an incoming update to this ref and fire an event that can be processed by the BranchTicketService, if so configured, to reindex the tickets.
* New proposal notifications should include the patchset detailsJames Moger2014-03-051-47/+42
|
* Ticket tracker with patchset contributionsJames Moger2014-03-0315-0/+5040
A basic issue tracker styled as a hybrid of GitHub and BitBucket issues. You may attach commits to an existing ticket or you can push a single commit to create a *proposal* ticket. Tickets keep track of patchsets (one or more commits) and allow patchset rewriting (rebase, amend, squash) by detecing the non-fast-forward update and assigning a new patchset number to the new commits. Ticket tracker -------------- The ticket tracker stores tickets as an append-only journal of changes. The journals are deserialized and a ticket is built by applying the journal entries. Tickets are indexed using Apache Lucene and all queries and searches are executed against this Lucene index. There is one trade-off to this persistence design: user attributions are non-relational. What does that mean? Each journal entry stores the username of the author. If the username changes in the user service, the journal entry will not reflect that change because the values are hard-coded. Here are a few reasons/justifications for this design choice: 1. commit identifications (author, committer, tagger) are non-relational 2. maintains the KISS principle 3. your favorite text editor can still be your administration tool Persistence Choices ------------------- **FileTicketService**: stores journals on the filesystem **BranchTicketService**: stores journals on an orphan branch **RedisTicketService**: stores journals in a Redis key-value datastore It should be relatively straight-forward to develop other backends (MongoDB, etc) as long as the journal design is preserved. Pushing Commits --------------- Each push to a ticket is identified as a patchset revision. A patchset revision may add commits to the patchset (fast-forward) OR a patchset revision may rewrite history (rebase, squash, rebase+squash, or amend). Patchset authors should not be afraid to polish, revise, and rewrite their code before merging into the proposed branch. Gitblit will create one ref for each patchset. These refs are updated for fast-forward pushes or created for rewrites. They are formatted as `refs/tickets/{shard}/{id}/{patchset}`. The *shard* is the last two digits of the id. If the id < 10, prefix a 0. The *shard* is always two digits long. The shard's purpose is to ensure Gitblit doesn't exceed any filesystem directory limits for file creation. **Creating a Proposal Ticket** You may create a new change proposal ticket just by pushing a **single commit** to `refs/for/{branch}` where branch is the proposed integration branch OR `refs/for/new` or `refs/for/default` which both will use the default repository branch. git push origin HEAD:refs/for/new **Updating a Patchset** The safe way to update an existing patchset is to push to the patchset ref. git push origin HEAD:refs/heads/ticket/{id} This ensures you do not accidentally create a new patchset in the event that the patchset was updated after you last pulled. The not-so-safe way to update an existing patchset is to push using the magic ref. git push origin HEAD:refs/for/{id} This push ref will update an exisitng patchset OR create a new patchset if the update is non-fast-forward. **Rebasing, Squashing, Amending** Gitblit makes rebasing, squashing, and amending patchsets easy. Normally, pushing a non-fast-forward update would require rewind (RW+) repository permissions. Gitblit provides a magic ref which will allow ticket participants to rewrite a ticket patchset as long as the ticket is open. git push origin HEAD:refs/for/{id} Pushing changes to this ref allows the patchset authors to rebase, squash, or amend the patchset commits without requiring client-side use of the *--force* flag on push AND without requiring RW+ permission to the repository. Since each patchset is tracked with a ref it is easy to recover from accidental non-fast-forward updates. Features -------- - Ticket tracker with status changes and responsible assignments - Patchset revision scoring mechanism - Update/Rewrite patchset handling - Close-on-push detection - Server-side Merge button for simple merges - Comments with Markdown syntax support - Rich mail notifications - Voting - Mentions - Watch lists - Querying - Searches - Partial miletones support - Multiple backend options