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-06-08Merge branch 'ide-pipeline-panel-resizable' into 'master'Tim Zallmann
Allow IDE pipeline panel to be resizable Closes #47538 See merge request gitlab-org/gitlab-ce!19558
2018-06-08Merge branch '44331-upgrade-monaco-editor-and-remove-copywebpackplugin' into ↵Tim Zallmann
'master' Resolve "Upgrade Monaco editor and remove CopyWebpackPlugin" Closes #44331 See merge request gitlab-org/gitlab-ce!17813
2018-06-08fix eslint violationMike Greiling
2018-06-08refactor monaco-editor import and stop storing as class property within modelMike Greiling
2018-06-08refactor monaco-editor import and stop storing as class property within editorMike Greiling
2018-06-08don't reference monaco directly in RepoEditor componentMike Greiling
2018-06-08remove need to pass monaco around through DIMike Greiling
2018-06-08remove monacoLoader and import monaco directly within Editor classMike Greiling
2018-06-08Set tooltips to have default boundary viewportClement Ho
2018-06-08fix bug in call to monaco.Uri. first param is checked with `typeof param ↵Mike Greiling
=== 'object'` which is true for `null` due to a JS quirk
2018-06-08add monaco-editor-webpack-plugin and update webpack configMike Greiling
2018-06-07Backport of "Add assignee lists to boards"Mario de la Ossa
2018-06-07Merge branch '47182-use-the-default-strings-of-timeago-js' into 'master'Clement Ho
Use the default strings of timeago.js for timeago Closes #47182 See merge request gitlab-org/gitlab-ce!19350
2018-06-07Allow IDE pipeline panel to be resizablePhil Hughes
Closes #47538
2018-06-07Merge remote-tracking branch 'origin/master' into ↵Kamil Trzciński
38542-application-control-panel-in-settings-page
2018-06-07Merge branch 'ce-4936-roadmap-navigation-presets' into 'master'Phil Hughes
CE backport: Add timeframe helper methods See merge request gitlab-org/gitlab-ce!19553
2018-06-07Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan
Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
2018-06-07Add timeframe helper methodsKushal Pandya
2018-06-07fixed karmaPhil Hughes
2018-06-07Fixes IDE button on merge requests not working with relative URL configPhil Hughes
Closes #46438
2018-06-07Merge branch 'master' into ↵Luke Bennett
'39549-label-list-page-redesign-with-draggable-labels' # Conflicts: # app/views/projects/labels/index.html.haml
2018-06-07rely on presense or absense of data attribute instead of coerced boolean stringsMike Greiling
2018-06-06attach a single event handler to detect radio button changes instead of one ↵Mike Greiling
per input
2018-06-06Merge branch '47359-bs4-k8s-gke-error-colors' into 'master'Clement Ho
Resolve "Kubernetes > Create form > Text color of error messages" Closes #47359 See merge request gitlab-org/gitlab-ce!19456
2018-06-06Merge branch 'master' into 38542-application-control-panel-in-settings-pageMatija Čupić
2018-06-06Merge branch '46833-sticky-polyfill' into 'master'Clement Ho
Update sticky utils with polyfill Closes #46833 and #47130 See merge request gitlab-org/gitlab-ce!19324
2018-06-06Merge branch 'ide-merge-requests-components' into 'master'Filipa Lacerda
Show merge requests in IDE Closes #45184 See merge request gitlab-org/gitlab-ce!19318
2018-06-06changed a link into a buttonPhil Hughes
i18n
2018-06-06removed event listener for event that no longer existsPhil Hughes
2018-06-06Merge branch 'jivl-backport-scroll-utilities' into 'master'Filipa Lacerda
Backport scroll utilities for the job log component See merge request gitlab-org/gitlab-ce!19221
2018-06-06Merge branch 'sh-improve-import-status-error' into 'master'Fatih Acet
Show a more helpful error for import status Closes #47365 See merge request gitlab-org/gitlab-ce!19467
2018-06-06component specsPhil Hughes
2018-06-06Adjust monitoring graphs to support widgets in EEMike Greiling
2018-06-06fixed dropdown not re-showing the contentPhil Hughes
2018-06-06fixed spacingPhil Hughes
removed need for custom dropdown stuff
2018-06-06move styles out of componentsPhil Hughes
2018-06-06fixed mutations specPhil Hughes
2018-06-06fixed karmaPhil Hughes
2018-06-06fixed dropdown items not having pointer cursorPhil Hughes
2018-06-06fixed loading icon hiding contentPhil Hughes
2018-06-06correctly load up merge requestPhil Hughes
fixed pipeline request throwing an error
2018-06-06fetch both created & assignedPhil Hughes
show badges for both [ci skip]
2018-06-06style updatesPhil Hughes
[ci skip]
2018-06-06Show merge requests in IDEPhil Hughes
Closes #45184
2018-06-06show/hide the extra auto devops settings when appropriateMike Greiling
2018-06-06Merge branch 'ide-jobs-log' into 'master'Filipa Lacerda
Show job logs in web IDE Closes #46245 See merge request gitlab-org/gitlab-ce!19279
2018-06-06Show a more helpful error for import statusStan Hu
Importing a project from GitHub for a project namespace that already exists would show an unhelpful error, "An error occurred while importing project." We now add the base message from Projects::CreateService when this fails. Closes #47365
2018-06-06Merge branch '46858-triggered-at' into 'master'Kamil Trzciński
Resolve "Manual job's triggered by datetime is wrong" Closes #46858 See merge request gitlab-org/gitlab-ce!19438
2018-06-06Merge remote-tracking branch 'origin/master' into ↵Luke Bennett
39549-label-list-page-redesign-with-draggable-labels
2018-06-06added empty statePhil Hughes