summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move commit/:sha/ci to commit/:sha/builds.ci-polishDouwe Maan2015-10-175-10/+10
* Link branch name on build page.Douwe Maan2015-10-171-1/+1
* Add build ID to build page.Douwe Maan2015-10-171-2/+2
* Remove redundant URL helpers.Douwe Maan2015-10-176-40/+9
* Use POST rather than GET for canceling and retrying builds.Douwe Maan2015-10-175-12/+13
* Remove duplication between builds/_build and commit_statuses/_commit_status.Douwe Maan2015-10-174-59/+19
* Tweak builds index textDouwe Maan2015-10-171-1/+1
* Use time_ago_with_tooltip where appropriate.Douwe Maan2015-10-172-4/+4
* Remove unused param.Douwe Maan2015-10-171-5/+1
* Proper authorization for cancel/retry all builds.Douwe Maan2015-10-171-0/+9
* Allow all failed commit builds to be retried.Douwe Maan2015-10-173-0/+14
* Add CI::Build#retried? method.Douwe Maan2015-10-172-1/+6
* Add and use Ci::Build#retryable? method.Douwe Maan2015-10-172-2/+5
* Add "Builds" to commit Builds tab page title.Douwe Maan2015-10-171-1/+1
* Add badges to commit page Changes/Builds tabs.Douwe Maan2015-10-172-7/+11
* Don't paginate builds widget on build page.Douwe Maan2015-10-172-4/+1
* Use gitlab pagination theme for builds and group members.Douwe Maan2015-10-172-2/+2
* Proper authorization for cancel/retry builds.Douwe Maan2015-10-171-2/+7
* Add page title and header title to build page.Douwe Maan2015-10-173-1/+5
* Use monospace font for commit sha.Douwe Maan2015-10-171-2/+2
* Remove duplicated scope.Douwe Maan2015-10-171-3/+2
* Fix CI admin navigation.Douwe Maan2015-10-171-8/+10
* Add page titles to CI settings.Douwe Maan2015-10-179-10/+20
* Fix alignment of down arrow in build page "Scroll down" buttonDouwe Maan2015-10-171-6/+6
* Merge branch 'rs-redactor-filter' into 'master' Douwe Maan2015-10-1744-476/+810
|\
| * Merge branch 'master' into rs-redactor-filterrs-redactor-filterDouwe Maan2015-10-16113-852/+1544
| |\
| * \ Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-15296-2085/+4176
| |\ \
| * | | Participable doesn't need to know about MentionableDouwe Maan2015-10-145-11/+16
| * | | Fix specsDouwe Maan2015-10-141-5/+5
| * | | Explicitly only parse references by specified filterDouwe Maan2015-10-142-2/+8
| * | | Have Issue#participants load all users mentioned in notes using a single queryDouwe Maan2015-10-143-24/+28
| * | | Code cleanupDouwe Maan2015-10-133-23/+17
| * | | Allow ReferenceExtractor to efficiently load references from multiple texts a...Douwe Maan2015-10-134-19/+36
| * | | Efficiently load multiple references of one type.Douwe Maan2015-10-137-23/+33
| * | | Pass project to RedactorFilterDouwe Maan2015-10-133-6/+11
| * | | Raise error when a ReferenceFilter doesn't implement referenced_byDouwe Maan2015-10-081-1/+1
| * | | Update inline docDouwe Maan2015-10-081-2/+2
| * | | Update ReferenceFilter docsRobert Speicher2015-10-071-10/+9
| * | | Always allow references to the current projectDouwe Maan2015-10-077-8/+12
| * | | Refactor reference gathering to use a dedicated filterDouwe Maan2015-10-0725-182/+414
| * | | Return strings where expectedDouwe Maan2015-10-071-2/+2
| * | | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-07947-3889/+24469
| |\ \ \
| * | | | Remove last remaining `reference_only_path` usagesRobert Speicher2015-09-033-3/+3
| * | | | Basic support for an Atom-specific rendering pipelineRobert Speicher2015-09-036-59/+70
| * | | | Return early from markdown and gfm when text is emptyRobert Speicher2015-09-033-4/+6
| * | | | Remove unnecessary current_user context from filter specsRobert Speicher2015-09-022-24/+11
| * | | | Add RedactorFilter specs for invalid Group and Project referencesRobert Speicher2015-09-011-0/+12
| * | | | Add post_process method to Gitlab::MarkdownRobert Speicher2015-09-013-3/+27
| * | | | Update MarkdownFeature support classRobert Speicher2015-09-011-19/+13
| * | | | Fix GitlabMarkdownHelper specRobert Speicher2015-09-011-11/+14