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-10-18Merge branch 'qa-nightly-26' into 'master'Rémy Coutable
[QA] Fix the 'clone using deploy key' tests Closes gitlab-org/quality/nightly#26 See merge request gitlab-org/gitlab-ce!22445
2018-10-18[QA] Fix the 'clone using deploy key' testsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-18Merge branch '51386-broken-border-reports' into 'master'Phil Hughes
Fixes broken borders in reports section MR widget Closes #51386 See merge request gitlab-org/gitlab-ce!22416
2018-10-18Merge branch ↵Mike Greiling
'7493-configuring-prometheus-alerts-causes-cluster-install-page-to-display-error-message' into 'master' Backport: Resolve "Configuring Prometheus alerts causes Cluster Install page to display error message" See merge request gitlab-org/gitlab-ce!22408
2018-10-17Add missing state on the application row componentJose Vargas
This fixes the application row component weird state when an `updating` status is fetched, this causes apps to show as uninstalled even though they are installed in the cluster.
2018-10-17Merge branch 'gt-update-environments-empty-state' into 'master'Filipa Lacerda
Update environments empty state See merge request gitlab-org/gitlab-ce!22297
2018-10-17Update environments empty stateGeorge Tsiolis
2018-10-17Replace job with group in frontend components to be consistent with backendWinnie Hellmann
2018-10-17Fixes broken borders in reports section MR widgetFilipa Lacerda
2018-10-17Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda
2018-10-17Merge branch 'prettify-all-the-things-8' into 'master'Fatih Acet
Prettify all the things (part 8) See merge request gitlab-org/gitlab-ce!22258
2018-10-17Merge branch 'prettify-all-the-things-1' into 'master'Fatih Acet
Prettify all the things (part 1) See merge request gitlab-org/gitlab-ce!22248
2018-10-16Merge branch 'prettify-all-the-things-6' into 'master'Fatih Acet
Prettify all the things (part 6) See merge request gitlab-org/gitlab-ce!22256
2018-10-16Prettify additional modules (I through Z)Mike Greiling
2018-10-16Merge branch '52147-loading-state' into 'master'Mike Greiling
Fixes styling issues in test reports Closes #51386 and #52147 See merge request gitlab-org/gitlab-ce!22204
2018-10-16Merge branch '52686-project-slug-does-not-auto-populate-in-ie11' into 'master'Mike Greiling
Resolve "Project slug does not auto populate in IE11" Closes #52686 See merge request gitlab-org/gitlab-ce!22367
2018-10-16Prettify environments feature_highlight and filtered_search modulesMike Greiling
2018-10-16Prettify diff_notes diffs and droplab modulesMike Greiling
2018-10-16Prettify blob behaviors and cycle_analytics modulesMike Greiling
2018-10-16Merge branch 'ide-file-templates-clear' into 'master'Filipa Lacerda
Fixed file templates not clearing in Web IDE Closes #52487 See merge request gitlab-org/gitlab-ce!22357
2018-10-16Merge branch 'revert-f90fc922' into 'master'Mike Greiling
Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'" See merge request gitlab-org/gitlab-ce!22315
2018-10-15Replace `<i>` in vue components with `<icon>`George Tsiolis
2018-10-15Merge branch ↵Clement Ho
'52532-unable-to-toggle-issuable-sidebar-out-of-collapsed-state' into 'master' Allow Issue and Merge Request sidebar to be toggled from collapsed state Closes #52532 See merge request gitlab-org/gitlab-ce!22353
2018-10-15Merge branch 'zj-remove-linguist' into 'master'Robert Speicher
Remove dependencies on Linguist Closes #35450 See merge request gitlab-org/gitlab-ce!21008
2018-10-15Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett
2018-10-15Use literal instead of constructor for creating regexMartin Wortschack
2018-10-15Resolve "Personal projects pagination in Profile Overview tab is broken"Martin Wortschack
2018-10-15Merge branch 'ce-7921-fix-batch-comments-resolution' into 'master'Phil Hughes
Backport CE changes for: Resolves "Reviews: Resolving or unresolving discussions with “Add comment now” does not work" See merge request gitlab-org/gitlab-ce!22303
2018-10-15Fixed file templates not clearing in Web IDEPhil Hughes
This fixes a bug where the file templates would not be cleared after changing the template type. Previously the templates would get pushed into the array creating a list of templates for the different types. This changes that by clearing the templates array when the template type gets changed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52487
2018-10-15Merge branch '52421-show-canary-no-canary-in-the-performance-bar' into 'master'Sean McGivern
Resolve "Show canary / no-canary in the performance bar" Closes #52421 See merge request gitlab-org/gitlab-ce!22222
2018-10-15Only display merge commit SHA when it existsMark Chao
2018-10-15Remove obsolete usage of gl.lazyLoader.loadCheckLukas Eipert
In [!21565][0] we removed the loadCheck function from the LazyLoader for images. The function seemed to be obsolete before anyhow, because we make use of the MutationObserver in order to detect elements added / removed from the DOM. [0]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21565
2018-10-13Remove dependencies on LinguistZeger-Jan van de Weg
This saves about 128 MB of baseline RAM usage per Unicorn and Sidekiq process (!). Linguist wasn't detecting languages anymore from CE/EE since 9ae8b57467ac8b38f1fa9020a466d94a93cbb9dd. However, Linguist::BlobHelper was still being depended on by BlobLike and others. This removes the Linguist gem, given it isn't required anymore. EscapeUtils were pulled in as dependency, but given Banzai depends on it, it is now added explicitly. Previously, Linguist was used to detect the best ACE mode. Instead, we rely on ACE to guess the best mode based on the file extension.
2018-10-12Merge branch '52614-update-job-started-check' into 'master'Tim Zallmann
Updates the check for started in job header See merge request gitlab-org/gitlab-ce!22329
2018-10-12Add stage name in job.json responseSteve Azzopardi
2018-10-12Updates the check for started in job headerFilipa Lacerda
The function that was checking if the job was started or not was expecting a boolean, however it was receiving a null. During the refactor the condition was changed, causing the function to break with null This commit fixes the check
2018-10-12Merge branch 'fl-update-svgs' into 'master'Mike Greiling
Updates gitlab-svg dependency See merge request gitlab-org/gitlab-ce!22299
2018-10-12Show if the host is a canary host in the perf barSean McGivern
If the request came from a canary host, show this in the performance bar by: 1. Adding a bird emoji. 2. Colouring the hostname yellow.
2018-10-12Merge branch '52608-sidebar' into 'master'Tim Zallmann
Hide job sidebar on mobile Closes #52608 See merge request gitlab-org/gitlab-ce!22314
2018-10-12Merge branch '52361-fix-file-tree-mobile' into 'master'Filipa Lacerda
Resolve "Make file browser hidden by default for mobile screens" and improve layout in small screens too Closes #52361 See merge request gitlab-org/gitlab-ce!22273
2018-10-12Updates gitlab-svg dependencyFilipa Lacerda
2018-10-12Hide job sidebar on mobileFilipa Lacerda
This commit adds back `js-` classes needed to automatically collapse the sidebar on resize.
2018-10-12Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett
'master'" This reverts merge request !21551
2018-10-12Backport EE fixes to CE checking resolvabilityAndré Luís
EE branch: 7921-fix-batch-comments-resolution fixes the checks to know whether discussion will be resolved upon posting a comment or not. It covers scenarios where Batch Comments are enabled and disabled. To minimise risk of conflicts between CE and EE, the checks have been backported. this.shouldResolve() will not exist in CE.
2018-10-12Improve MR file tree on small screensAndré Luís
2018-10-12Fix broken file name navigation on MRsJacques Erasmus
2018-10-11Fix erased block not being rendered when job was erasedFilipa Lacerda
2018-10-11Merge branch '52472-pipeline-endpoint-json' into 'master'Tim Zallmann
Adds `.json` to the end of pipelines endpoint Closes #52472 See merge request gitlab-org/gitlab-ce!22293
2018-10-11Stuck block URL links to runners settingsFilipa Lacerda
2018-10-11Adds `.json` to the end of pipelines endpointFilipa Lacerda
When the job page is rendered we fetch the pipeline endpoint to render the stages in the sidebar. Without `.json` the response is cached, and when the user goes back to the pipeline's page it renders the json output instead of the Vue app