summaryrefslogtreecommitdiff
path: root/app/views/projects/tags
Commit message (Expand)AuthorAgeFilesLines
* Replace broken autocomplete field for new tags with dropdownWinnie Hellmann2017-05-161-9/+10
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-122-5/+6
* Keep input data after creating existing tagSam Rose2017-05-101-2/+2
* Support comments for personal snippetsJarka Kadlecova2017-05-051-1/+1
* Merge branch 'adam-separate-slash-commands' into 'master' Rémy Coutable2017-05-051-1/+1
|\
| * Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-041-1/+1
* | Moved to a view spectags-sort-defaultPhil Hughes2017-05-041-0/+1
* | Fixed tags sort dropdown being emptyPhil Hughes2017-05-031-9/+7
|/
* Pull preserve into render helpersDouwe Maan2017-04-282-4/+2
* Added ‘protected’ label and disabled delete button for tags index/showJames Edwards-Jones2017-03-312-2/+10
* removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-161-1/+1
* Display error message when deleting tag in web UI failshandle-failure-when-deleting-tagsAdam Niedzielski2017-03-131-1/+3
* Fix 'New Tag' layout on Tags pageRobert Marcano2017-02-131-1/+1
* HAMLLint: Fix `ImplicitDiv` offence post-rebase22072-enable-haml-lintsKushal Pandya2016-12-311-1/+1
* HAMLLint: Fix `TrailingWhitespace` offense post-rebaseKushal Pandya2016-12-311-1/+1
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-1/+1
* HAMLLint: Fix `ClassAttributeWithStaticValue` offencesKushal Pandya2016-12-311-1/+1
* Set default sort for tags to Last updated25925-fix-tag-sorting-and-filtering-optionsSam Rose2016-12-281-5/+5
* Truncate tag description and fix mobile for inidividual tag1659-long-tag-titleSam Rose2016-12-273-30/+33
* Remove tags.scssremove-tags-scssAnnabel Dunstone Gray2016-12-061-10/+11
* Update some more sort/filter dropdownsDavid Wagner2016-11-281-2/+2
* Fix bad selection on dropdown menu for tags filterLuis Alonso Chavez Armendariz2016-11-251-3/+4
* Edit help text to clarify that tags are annotated.Liz Lam2016-11-211-1/+1
* Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro Rodríguez2016-10-281-1/+1
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-072-2/+2
* Replace bootstrap caret with fontawesome caretClement Ho2016-10-051-1/+1
* add specs for tags findertag-name-filtertiagonbotelho2016-08-311-2/+3
* filters tags by nametiagonbotelho2016-08-311-6/+8
* Aggressively merge views, feedback:Lin Jen-Shin2016-08-243-19/+2
* Use partials for downloading artifacts buttonLin Jen-Shin2016-08-171-14/+1
* Rename to latest_succeeded, feedback:Lin Jen-Shin2016-08-161-1/+1
* Add unclickable state to running build artifactsAnnabel Dunstone2016-08-151-1/+1
* Fixed bug when a pipeline for latest SHA does not existKamil Trzcinski2016-08-151-1/+1
* It's project, not @projectLin Jen-Shin2016-08-161-1/+1
* Show latest pipeline status if what provided artifacts aren't latestLin Jen-Shin2016-08-111-1/+4
* Make Pipeline.latest_successful_for return the recordLin Jen-Shin2016-08-111-1/+1
* Merge branch 'artifacts-from-ref-and-build-name-api' into artifacts-from-ref-...Lin Jen-Shin2016-07-212-34/+37
|\
| * Fix styling of tag pagetag-page-updatesAnnabel Dunstone2016-07-181-32/+35
* | Link to pipeline instead of source tree, feedback:Lin Jen-Shin2016-07-191-1/+1
* | Rename latest_success* to latest_successful:Lin Jen-Shin2016-07-191-2/+2
* | Actually should use tree pathLin Jen-Shin2016-07-181-1/+1
* | Links to search_namespace_project_artifacts_path insteadLin Jen-Shin2016-07-181-1/+1
* | Show notice if builds are not from latest pipelineLin Jen-Shin2016-07-181-7/+11
* | Use Project#latest_success_builds_forLin Jen-Shin2016-07-181-1/+1
* | Add artifacts to tagsAnnabel Dunstone2016-07-171-18/+7
* | Add artifacts buttonAnnabel Dunstone2016-07-161-4/+22
|/
* Allow everyone to sort tags, not only those who has accessSerg2016-07-061-14/+14
* Remove unnecessary parenscode_style_fixesValery Sizov2016-06-301-2/+2
* Merge branch 'tags-edit-tooltip-placement' into 'master' Jacob Schatz2016-06-181-1/+1
|\
| * Fixed tooltip placement on edit tags buttontags-edit-tooltip-placementPhil Hughes2016-06-171-1/+1