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
AgeCommit message (Collapse)Author
2017-04-07Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński
Add auto-cancel for pending pipelines on branch, if they are not HEAD See merge request !9362
2017-04-07Merge branch 'docs/fix-md-table-in-api-issues' into 'master' Achilleas Pipinellis
Fix markdown table in API Issues docs See merge request !10500
2017-04-07Merge branch '5983-realtime-pipelines-table' into 'master' Kamil Trzciński
Adds polling function to pipelines table Closes #5983 See merge request !10210
2017-04-07Merge branch '30575-update-prometheus-integration-documentation-for-9-1' ↵Achilleas Pipinellis
into 'master' Update Prometheus documentation for 9.1 See merge request !10516
2017-04-07Fix bad conflict resolutionLin Jen-Shin
2017-04-07Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
8998_skip_pending_commits_if_not_head * upstream/master: (58 commits) Fix icon name error Rewrite system note helper Change edit icon Leave icon area blank if legacy note; remove diamond icon Fix positioning of note icons Fix newline errors Add remaining system note icons Add system notes icon helper; add icons Fixed specs Updated JS that was causing the hints to appear & then disappear Update tests Fix broken spinach test Reuse code Improve shortcuts code Adds ShortcutsDashboardNavigation to globals comment since its a global variable Fix shortcut specs Reorganize shortcut help menu Change todos shortcut to shift Change shortcuts Switch global shortcuts to shift; reuse key styles from help menu Map bindings to lowercase letters; only show key bindings when using keyboard shortcut ...
2017-04-07Merge branch 'mr-new-page-changing-url' into 'master' Alfredo Sumaran
Stop new merge request page tabs updating the URL Closes #30419 See merge request !10471
2017-04-07Merge branch 'load-svg-in-js' into 'master' Alfredo Sumaran
Removes unused code See merge request !10456
2017-04-07Fixes failing specAlfredo Sumaran
2017-04-07Merge branch '24784-mr-system-notes' into 'master' Annabel Dunstone Gray
View helpful system note in comment threads Closes #24784 See merge request !10503
2017-04-07Merge branch 'menu-shortcut' into 'master' Jacob Schatz
Add keyboard shortcuts to main menu. Closes #30036 See merge request !10243
2017-04-07Merge branch 'button-capitalization' into 'master' Clement Ho
Button capitalisation Closes #18931 See merge request !10418
2017-04-07Fix icon name errorAnnabel Dunstone Gray
2017-04-07Rewrite system note helperAnnabel Dunstone Gray
2017-04-07Change edit iconAnnabel Dunstone Gray
2017-04-07Leave icon area blank if legacy note; remove diamond iconAnnabel Dunstone Gray
2017-04-07Fix positioning of note iconsAnnabel Dunstone Gray
2017-04-07Fix newline errorsAnnabel Dunstone Gray
2017-04-07Add remaining system note iconsAnnabel Dunstone Gray
2017-04-07Add system notes icon helper; add iconsAnnabel Dunstone Gray
2017-04-07Merge branch '29193-fix-switching-mr-changes-tab-before-loading' into 'master' Jacob Schatz
Fix container going full-width when switching from "Side-by-side" "Changes" MR tab before done loading Closes #29193 See merge request !10172
2017-04-07Fixed specsPhil Hughes
Updated JS that was causing the hints to appear & then disappear
2017-04-07Update testsFilipa Lacerda
2017-04-07Fix broken spinach testFilipa Lacerda
2017-04-07Reuse codeFilipa Lacerda
2017-04-07Improve shortcuts codeFilipa Lacerda
2017-04-07Adds ShortcutsDashboardNavigation to globals comment since its a global variableFilipa Lacerda
2017-04-07Fix shortcut specsAnnabel Dunstone Gray
2017-04-07Reorganize shortcut help menuAnnabel Dunstone Gray
2017-04-07Change todos shortcut to shiftAnnabel Dunstone Gray
2017-04-07Change shortcutsAnnabel Dunstone Gray
2017-04-07Switch global shortcuts to shift; reuse key styles from help menuAnnabel Dunstone Gray
2017-04-07Map bindings to lowercase letters; only show key bindings when using ↵Annabel Dunstone Gray
keyboard shortcut
2017-04-07Fix layout of shortcut keys in dropdownAnnabel Dunstone Gray
2017-04-07Change shortcut to `n`.Jacob Schatz
2017-04-07Add changelogJacob Schatz
2017-04-07Add keyboard shortcuts to main menu.Jacob Schatz
1. Show shortcuts for easy navigation.
2017-04-07Update screenshotJoshua Lambert
2017-04-07Fix broken specFilipa Lacerda
2017-04-07Check if a commit belongs to pipeline before trying to expire cacheToon Claes
2017-04-07Destroys pipeline table component when we change tabs in order to stop pollingFilipa Lacerda
2017-04-07Enable polling for pipelines table other pagesToon Claes
Also poll for pipeline changes on: - Pipeline table on commit page - Pipeline table on merge request page - Pipeline table on new merge request page
2017-04-07Set the Etag cache polling intervalToon Claes
2017-04-07In case of Etag cache hit, the body should be emptyToon Claes
2017-04-07Use Etag caching for pipelines jsonToon Claes
Enable caching in the Etag::Middleware and when a pipeline changes status, expire the cache for the project pipelines path.
2017-04-07Remove first call to APIFilipa Lacerda
2017-04-07Changes after reviewFilipa Lacerda
2017-04-07Fix broken buildFilipa Lacerda
2017-04-07Extend realtime for other pipelines tablesFilipa Lacerda
2017-04-07Updates polling function to guarantee we won't make a request while pollingFilipa Lacerda