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
2018-05-29Merge branch 'dz-redesign-group-settings-page' into 'master'Filipa Lacerda
Redesign group settings page into expandable sections See merge request gitlab-org/gitlab-ce!19184
2018-05-29Add helpful messages to empty wiki viewPaul Slaughter
2018-05-28overhaul dropdown-dependent statesDennis Tang
2018-05-28Redesign group settings page into expandable sectionsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-28Changes after reviewFilipa Lacerda
2018-05-28backport EE version ofLukas Eipert
`app/assets/javascripts/jobs/components/sidebar_details_block.vue` and run prettier Squashed commits: [4551a37adc] backport EE version of `app/assets/javascripts/jobs/components/sidebar_details_block.vue`
2018-05-26fixed height of header changing when expanding/collapsingPhil Hughes
2018-05-26fixed scrolling issuesPhil Hughes
2018-05-26fixed up after bootstrap upgradePhil Hughes
2018-05-26Merge branch 'master' into ide-jobs-list-componentsPhil Hughes
2018-05-26Merge remote-tracking branch 'origin/master' into ↵Dennis Tang
38759-fetch-available-parameters-directly-from-gke-when-creating-a-cluster
2018-05-26Merge branch 'winh-new-merge-request-encoding' into 'master'Mike Greiling
Fix encoding of branch names on compare and new merge request page Closes #46627 See merge request gitlab-org/gitlab-ce!19143
2018-05-26Merge branch 'bootstrap4' into 'master'Mike Greiling
Upgrade to Bootstrap 4 Closes #45185 and #46710 See merge request gitlab-org/gitlab-ce!18232
2018-05-25fixed mutations specPhil Hughes
2018-05-25Remove duplicate escaping from branch dropdownWinnie Hellmann
2018-05-25added external link iconPhil Hughes
2018-05-25moved the collapsing method into a store actionPhil Hughes
normalized the data into a nicer format
2018-05-25fixed mutations specPhil Hughes
2018-05-25Handle disabled button state in backendFilipa Lacerda
2018-05-25Disables jupyter install button while ingress is not installedFilipa Lacerda
Includes juptyer hostname in the post request Adds tests
2018-05-25Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-25fixed pipeline actions specPhil Hughes
2018-05-25refactored to use data we already havePhil Hughes
this required moving some data store actions & mutations around
2018-05-25Merge branch 'master' into ide-jobs-list-componentsPhil Hughes
2018-05-25removed hacky $forceUpdatePhil Hughes
2018-05-25Merge branch '46768-typo-on-the-empty-pipelines-page' into 'master'Filipa Lacerda
Resolve "Typo on the empty Pipelines page" Closes #46768 See merge request gitlab-org/gitlab-ce!19140
2018-05-25fixed tests failing caused by rewirePhil Hughes
2018-05-25Show merge requests in web IDEPhil Hughes
Closes #45184
2018-05-25Fix typo in Pipelines empty state viewMark Fletcher
2018-05-25Resolve "Show CI pipeline status in Web IDE"André Luís
2018-05-25Merge branch 'master' into bootstrap4Clement Ho
2018-05-24Revert diff notes bundle changeClement Ho
2018-05-24Fix pipeline job tooltipClement Ho
2018-05-24Fix collapsed sidebar tooltipsClement Ho
2018-05-24spec fixesPhil Hughes
2018-05-24removed need for jobs componentPhil Hughes
2018-05-24improve design of job itemsPhil Hughes
allow ci icon to have a different size & be borderless
2018-05-24Merge branch 'fl-loading-icon' into 'master'Phil Hughes
Show loading icon only when making the request See merge request gitlab-org/gitlab-ce!19116
2018-05-24added job item componentPhil Hughes
2018-05-24style improvementsPhil Hughes
fixed multiple requests causing state to be emptied at wrong time
2018-05-24improve API calls by calling internal API to get dataPhil Hughes
render job items (needs improvements to components)
2018-05-24added tab componentPhil Hughes
2018-05-24Added right sidebar componentsPhil Hughes
2018-05-24Fix help text for general settings permissionsClement Ho
2018-05-24Restore tooltip arrowsClement Ho
2018-05-23Merge branch 'master' into bootstrap4Clement Ho
2018-05-23update project invalid billing status error messageDennis Tang
2018-05-23Fix admin broadcast color formClement Ho
2018-05-23Fixed U2F authentication when used with LDAPPhil Hughes
Closes #46661
2018-05-23Show loading icon only when making the requestFilipa Lacerda