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
2019-03-14Merge branch '10093-pipeline-bundle' into 'master'Phil Hughes
Removes EE differences for pipeline_details_bundle Closes gitlab-ee#10093 See merge request gitlab-org/gitlab-ce!26164
2019-03-14Merge branch '10028-env-index' into 'master'Phil Hughes
Removes EE differences for environments index Closes gitlab-ee#10028 See merge request gitlab-org/gitlab-ce!26160
2019-03-14Security Dashboard as default view for groupsGilbert Roulot
Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it
2019-03-14Merge branch '10092-stage-column' into 'master'Phil Hughes
Removes EE differences for stage column Closes gitlab-ee#10092 See merge request gitlab-org/gitlab-ce!26114
2019-03-14Removes EE differences for pipeline_details_bundleFilipa Lacerda
2019-03-14Removes EE differences for environments indexFilipa Lacerda
2019-03-14Merge branch '10082-env-store' into 'master'Phil Hughes
Removes EE differences for env store Closes gitlab-ee#10082 See merge request gitlab-org/gitlab-ce!26099
2019-03-14Remove unused CSS (similar to BS4's .align-items-center)Takuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-03-13Merge branch '10026-folder-ee' into 'master'Phil Hughes
Removes EE differences for folder_view Closes gitlab-ee#10026 See merge request gitlab-org/gitlab-ce!26053
2019-03-13Removes EE differences for env storeFilipa Lacerda
Creates helpers file Cleans up tests
2019-03-13Removes EE differences for stage columnFilipa Lacerda
2019-03-13Added changelog entryNatalia Tepluhina
- fixed tests for edit components
2019-03-13Prefer node_modules At.js and jquery.carat versionsMike Greiling
Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
2019-03-13Removes the CDN loading for emojis.jsonTim Zallmann
2019-03-13Removes EE differences for folder_viewFilipa Lacerda
2019-03-13Merge branch 'fix-activity-only-notice' into 'master'Filipa Lacerda
Remove icon in activity only message on smaller screen widths See merge request gitlab-org/gitlab-ce!26032
2019-03-13Merge branch '10079-env-app' into 'master'Phil Hughes
Removes EE differences for environments_app Closes gitlab-ee#10079 See merge request gitlab-org/gitlab-ce!26030
2019-03-13Merge branch 'update-spacers' into 'master'Phil Hughes
Update spacers to increment 1 unit at a time See merge request gitlab-org/gitlab-ce!26033
2019-03-13Merge branch 'nfriend-add-promise-finally-polyfill' into 'master'Mike Greiling
Add core-js polyfill for Promise.finally() See merge request gitlab-org/gitlab-ce!25925
2019-03-12Remove icon in activity only message on smaller screen widthsAnnabel Dunstone Gray
2019-03-12Update spacers to increment 1 unit at a timeAnnabel Dunstone Gray
2019-03-12Merge branch 'fix-new-merge-request-diff-headers-sticky-position' into 'master'Filipa Lacerda
Fixed sticky headers in merge request creation diff Closes #57691 See merge request gitlab-org/gitlab-ce!26027
2019-03-12Clean up empty repository state UIMartin Wortschack
- Remove irrelevante information - Remove horizontal scrolling on smaller viewports - Hide auto devops flash message for empty projects
2019-03-12Removes EE differences for env appFilipa Lacerda
2019-03-12Merge branch '58789-some-system-notes-on-issuable-are-folded-on-mobile' into ↵Annabel Dunstone Gray
'master' Keep inline as much as possible in system notes on issuable Closes #58789 See merge request gitlab-org/gitlab-ce!25968
2019-03-12Merge branch 'ce-9826-fix-broken-downstreams' into 'master'Kamil Trzciński
CE port for expanded pipelines See merge request gitlab-org/gitlab-ce!25859
2019-03-12Add autosave utilitiesWinnie Hellmann
2019-03-12Rename initialDiscussion to firstNote in NoteableDiscussionWinnie Hellmann
2019-03-12Fixed sticky headers in merge request creation diffPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57691
2019-03-12Fixed Web IDE web workers not loading with relative root URLPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50451
2019-03-12Merge branch '10080-env-contaier' into 'master'Phil Hughes
Removes ee differences for container.vue Closes gitlab-ee#10080 See merge request gitlab-org/gitlab-ce!25957
2019-03-12Merge branch '10029-env-item' into 'master'Phil Hughes
Removes EE differences from environment_item Closes gitlab-ee#10029 See merge request gitlab-org/gitlab-ce!25930
2019-03-11Update simple_poll with timeout 0 and object argPaul Slaughter
**Why timeout 0?** Sometimes we want to poll without timing out. **Why an object argument?** It's helpful to pass these extra properties by name. `simplePoll(cb, { timeout: 0 })` is nicer than `simplePoll(cb, undefined, 0);`
2019-03-11Removes the CSRF token if the emojis.json is on a CDNTim Zallmann
2019-03-11Keep inline as much as possible in system notes on issuableTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-03-11Merge branch 'fix-diff-files-expand-all' into 'master'Filipa Lacerda
Fix expand all button not working Closes #51737 See merge request gitlab-org/gitlab-ce!25961
2019-03-11Merge branch 'fix/contributors-graph' into 'master'Annabel Dunstone Gray
[Fix] Individual contributor graph Closes #55411 See merge request gitlab-org/gitlab-ce!23852
2019-03-11Fix expand all button not workingPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
2019-03-11Removes EE differences from environmnet_itemFilipa Lacerda
Creares a mixin & moves the EE template differences into CE
2019-03-11Removes ee differences for container.vueFilipa Lacerda
Creates a mixin to include the ee only properties
2019-03-11Merge branch '7861-cross-project-pipeline-dashboard-mvc-ce-backport' into ↵Filipa Lacerda
'master' Backport EE CSS addition See merge request gitlab-org/gitlab-ce!25874
2019-03-11Merge branch '10081-env-table' into 'master'Phil Hughes
Reduces EE differences for environments table Closes gitlab-ee#10081 See merge request gitlab-org/gitlab-ce!25916
2019-03-09Filter merge requests by target branchHiroyuki Sato
2019-03-08Remove select2-rails (select2 is now installed via yarn)Mike Greiling
2019-03-08Backport EE CSS additionScott Hampton
Adding the dashboard skeleton SCSS file to CE. [skip visual]
2019-03-08Reduces EE differences for environments tableFilipa Lacerda
Async loads EE components Creates a Mixin for EE properties
2019-03-08Add core-js polyfill for Promise.finally()Nathan Friend
2019-03-08Merge branch 'revert-d1960efd' into 'master'Phil Hughes
Revert "Merge branch 'remove-select2-rails' into 'master'" See merge request gitlab-org/gitlab-ce!25920
2019-03-08Fix gl-loading-icon bug before gitlab-ui updateBrandon Labuschagne
2019-03-08Revert "Merge branch 'remove-select2-rails' into 'master'"Marin Jankovski
This reverts merge request !17871