Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2017-01-13Fixes pipeline status cell is too wide by adding missing classes in table ↵Filipa Lacerda
head cells Adds mr id to changelog
2017-01-12Merge branch 'use-configured-git' into 'master' Douwe Maan
Use configured git rather thans system git See merge request !8460
2017-01-12Use string constant variable for `#down-build-trace`Kushal Pandya
2017-01-12Use better approach to access hashKushal Pandya
2017-01-12Scroll to bottom on build completion if autoscroll was activeKushal Pandya
2017-01-12Merge branch 'search-bar-first-iteration' into 'master' Jacob Schatz
Search bar first iteration Closes #21747 See merge request !7345
2017-01-12Merge branch 'Sanson/gitlab-ce-asciidoctor-plantuml' into 'master' Sean McGivern
Add support for PlantUML diagrams in Asciidoc. Closes #17603 See merge request !8537
2017-01-12Merge branch 'fix/project-delete-tooltip' into 'master' Sean McGivern
Fix project queued for deletion re-creation tooltip Closes #17235 See merge request !5393
2017-01-12Add support for PlantUML diagrams in Asciidoc.Horacio Sanson
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603
2017-01-12Backend reviewClement Ho
2017-01-12Refactor authorized params in Admin::UsersControllerRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-12Refactor authorized params in Admin::GroupsControllerRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-12Refactor authorized params in Admin::ApplicationSettingsControllerRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-11Merge branch 'side-by-side-fixed-width' into 'master' Fatih Acet
Keep max width on MR content on side by side view Closes #25907 See merge request !8467
2017-01-11Merge branch '25776-alerts-should-be-responsive' into 'master' Annabel Dunstone Gray
Resolve "Alerts should be responsive" Closes #25776 See merge request !8424
2017-01-11New error message recreating projects on pending deleteJames Lopez
2017-01-11Removed `hidden-xs` class from alertsConnor Smallman
Centered alert text and prevented alert actions links from floating right for viewports below medium width (992px) Centered alert text stopped alert actions from floating right for viewports below medium width (992px) Update styles to use correct screen width variable for max-width media query Added unreleased changelog Added class to alert links wrapper Updated styles for new class, float alert links on larger screens
2017-01-11Add comments to issuable finderClement Ho
2017-01-11Merge branch '26435-show-project-avatars-on-mobile' into 'master' Annabel Dunstone Gray
Display project avatars on Admin Area and Projects pages for mobile views See merge request !8506
2017-01-1026504 Fix styling of MR jump to discussion buttontauriedavis
2017-01-10Merge branch '24139-production-wildcard-for-cycle-analytics' into 'master' Sean McGivern
Treat environments matching `production/*` as Production for Cycle Analytics Closes #24139 See merge request !8500
2017-01-10Merge branch '26129-add-link-to-branches-page' into 'master' Clement Ho
Resolve "Add link to Branches page help text?" Closes #26129 See merge request !8377
2017-01-10Remove duplicate methodClement Ho
2017-01-10Fix code review suggestionsClement Ho
2017-01-10Fix indentationClement Ho
2017-01-10Fix javascript error for when there are no issuesClement Ho
2017-01-10Code review changesClement Ho
2017-01-10Add symbolsClement Ho
2017-01-10Fix specsClement Ho
2017-01-10Enable filtering with multiple wordsClement Ho
2017-01-10Refactor addWordToInputClement Ho
2017-01-10Add haml lint commentClement Ho
2017-01-10Fix haml lintClement Ho
2017-01-10we're actually not using issue finder hereLin Jen-Shin
2017-01-10Make sure we could query against no oneLin Jen-Shin
We should separate the idea of not finding anyone, and the idea of against no one.
2017-01-10Show no issues if author/assignee cannot be foundLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_19994225
2017-01-10Check if it's not NONE tooLin Jen-Shin
So that we don't have to check it again in somewhere else, and we don't really need to know if it's presented as NONE Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_20123999
2017-01-10Pass the arguments from where we render the partialLin Jen-Shin
Thread: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_19707619
2017-01-10Fix specsClement Ho
2017-01-10Fix specsClement Ho
2017-01-10Refactor and use regex for string processingClement Ho
2017-01-10Remove unused finder variableClement Ho
2017-01-10Make changes to make it more flexible for new filtersClement Ho
2017-01-10Add selected tagName check for itemClickedClement Ho
2017-01-10Fix dropdown hint reset when changing tabsClement Ho
2017-01-10Remove if issue.boards since search bar does not display on issue boards pageClement Ho
2017-01-10Add specs for filtered search token keysClement Ho
2017-01-10Improve styling of hover statesClement Ho
2017-01-10Fix spinach testsClement Ho
2017-01-10Fix invalid style attribute operatorClement Ho