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-09-21Merge branch '51725-push-mirrors-default-branch-reset-to-master' into 'master'Stan Hu
Doesn't synchronize default branch for push mirrors Closes #51725 See merge request gitlab-org/gitlab-ce!21861
2018-09-21Align form labels following Bootstrap 4 docsAnnabel Dunstone Gray
2018-09-21Add CHANGELOG entryDouglas Barbosa Alexandre
2018-09-21Allows to sort projects by most stars🙈 jacopo beschi 🙉
2018-09-21Fix leading slash in redirects and add copSanad Liaquat
2018-09-21Correct Gitlab Capitalization in code filesMarcel Amirault
2018-09-21Merge branch ↵Dmitriy Zaporozhets
'47398-user-is-unable-revoke-a-authorized-application-unless-user-oauth-applications-is-checked-in-admin-settings' into 'master' Resolve "User is unable revoke a Authorized application unless User OAuth applications is checked in admin settings" Closes #47398 See merge request gitlab-org/gitlab-ce!21835
2018-09-21Update CHANGELOG.md for 11.3.0GitLab Release Tools Bot
[ci skip]
2018-09-21Merge branch 'fix-chat-notification-service-for-ee' into 'master'Dmitriy Zaporozhets
Fix activity titles for MRs in chat notification services Closes gitlab-ee#5325 See merge request gitlab-org/gitlab-ce!21834
2018-09-21Merge branch '41040-long-webhook-url-problem' into 'master'Phil Hughes
Fix long webhook URL overflow for custom integration Closes #41040 See merge request gitlab-org/gitlab-ce!21668
2018-09-21Merge branch 'frozen-string-app-controller' into 'master'Stan Hu
Enable frozen string in app/controllers/**/*.rb See merge request gitlab-org/gitlab-ce!21736
2018-09-20Merge branch '51549-runners-table' into 'master'Annabel Dunstone Gray
Fixes Admin Runners table not wrapping the content Closes #51549 See merge request gitlab-org/gitlab-ce!21802
2018-09-20Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets
Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
2018-09-20Always allow user to revoke an authorized applicationDmitriy Zaporozhets
Even if User OAuth applications setting is disabled in admin settings. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-20Fix activity titles for MRs in chat notification servicesNick Thomas
2018-09-20Merge branch '44768-lazy-load-xterm-css' into 'master'Phil Hughes
Lazy load xterm css custom colors file Closes #44768 See merge request gitlab-org/gitlab-ce!21804
2018-09-20Wrap content for admin runners tableFilipa Lacerda
While refactoring the table into a responsive one we did not account for wrapping issues. This commit wraps some cells and truncates others. Adds `section-5` class to the responsive tables CSS
2018-09-20Merge branch 'sh-delete-tags-outside-transaction' into 'master'Robert Speicher
Delete container repository tags outside of transaction Closes #51380 See merge request gitlab-org/gitlab-ce!21679
2018-09-19Lazy load xterm css colorsFilipa Lacerda
Manually includes the xterm custom colors on the 3 files that will need it: job log page, job terminal page, environment terminal page Reduces main CSS bundle
2018-09-19Merge branch 'mr-legacy-diff-notes' into 'master'Filipa Lacerda
Re-enable legacy diff notes on merge request diffs Closes #48873 See merge request gitlab-org/gitlab-ce!21652
2018-09-19Include post migrations when loading the schemaYorick Peterse
See merge request gitlab-org/gitlab-ce!21689
2018-09-19Use standalone diff stats RPC on every comparison viewOswaldo Ferreira
2018-09-19Delete container repository tags outside of transactionStan Hu
When there are many tags in a container repository, deleting them can exceed the default 60 second idle-in-transaction timeout in Sidekiq. We now explicitly delete them in the DestroyService before destroying the model. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51380
2018-09-19Merge branch 'vendor-gitlab-ci-auto-devops-yml' into 'master'Kamil Trzciński
Vendor Auto-DevOps.gitlab-ci from gitlab-ci-yml See merge request gitlab-org/gitlab-ce!21775
2018-09-19Merge branch '51571-wrapper-rake-task-uploads-migrate-os' into 'master'Douwe Maan
Add wrapper rake task to migrate all uploads to OS Closes #51571 See merge request gitlab-org/gitlab-ce!21779
2018-09-19Enable frozen string in app/controllers/**/*.rbgfyoung
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
2018-09-18Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith
2018-09-18Improve cluster apps installation flowMike Greiling
2018-09-18Add wrapper rake task to migrate all uploads to OSBalasankar "Balu" C
Add a rake task that will trigger gitlab:uploads:migrate rake task with different possible arguments, one by one.
2018-09-18Resolve "Move filter dropdown from Font Awesome to our own icons"Constance Okoghenun
2018-09-18Merge branch '51564-fix-commit-email-usage' into 'master'Douwe Maan
Respect the user commit email in more places Closes #51564 See merge request gitlab-org/gitlab-ce!21773
2018-09-18Add changelogNick Thomas
2018-09-18Merge branch ↵Douwe Maan
'45754-open-issues-from-archived-project-listed-in-group-issue-board' into 'master' Resolve "Open issues from archived project listed in group issue board" Closes #45754 See merge request gitlab-org/gitlab-ce!21721
2018-09-18Expose runners status information in job apiSteve Azzopardi
2018-09-17Filter out archived projects from issue/mr countBrett Walker
Pass the 'non_archived' flag to finder methods
2018-09-17Merge branch 'osw-gitaly-diff-stats-client' into 'master'Douwe Maan
Add Gitaly diff stats RPC client See merge request gitlab-org/gitlab-ce!21732
2018-09-17Add 2fa buttonLuke Picciau
2018-09-17Add Gitaly diff stats RPC clientOswaldo Ferreira
This adds a basic interface to fetch diff statistics given two SHAs. It's a requirement for #49399 #20282 and #19232.
2018-09-17Vendor Auto-DevOps.gitlab-ci from gitlab-ci-ymlMayra Cabrera
Uses curl instead of wget on install_dependencies, as wget does not support https through http proxy on alpine:latest
2018-09-17Merge branch '50956-web-terminal' into 'master'Phil Hughes
Include correct CSS file for xterm in environments page Closes #50956 See merge request gitlab-org/gitlab-ce!21768
2018-09-17Merge branch '44596-double-title-merge-request-message' into 'master'Grzegorz Bizon
Fix double title in merge request chat messages Closes #44586 See merge request gitlab-org/gitlab-ce!21670
2018-09-17Include correct CSS file for xterm in environments pageFilipa Lacerda
When the xterm dependency was moved to a npm dependency the CSS file path was not updated correctly in the environments page. In order for xterm to render properly, it needs the correct CSS path.
2018-09-17Resolve "Unable to import repository: undefined method `import_file' for ↵James Lopez
nil:NilClass"
2018-09-17Merge branch '50461-add-retried-builds-in-pipeline-stage-endpoint' into 'master'Kamil Trzciński
Add retried jobs to pipeline stages Closes #50461 See merge request gitlab-org/gitlab-ce!21558
2018-09-17Merge branch '50460-send-deployment-information-in-job-api' into 'master'Kamil Trzciński
Resolve "Send deployment information in job API" Closes #50460 See merge request gitlab-org/gitlab-ce!21307
2018-09-17Fixed diff store actions specPhil Hughes
Updated diff mutations and utils spec to check for legacy notes
2018-09-17Re-enable legacy diff notes on merge request diffsPhil Hughes
This re-enables legacy diff notes on the merge request diffs This feature was not workig correctly after the Vue refactor LegacyDiffNotes have no `position`, instead they only have a `line_code` As an extra, this also re-enables commenting on legacy diffs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48873
2018-09-17Merge branch '29398-support-rbac-for-gitlab-provisioned-clusters' into 'master'Kamil Trzciński
Support Kubernetes RBAC for GitLab Managed Apps for creating new clusters Closes #29398 See merge request gitlab-org/gitlab-ce!21401
2018-09-17Merge branch 'mr-widget-discussion-state-fix' into 'master'Filipa Lacerda
Fixed MR widget unresolved discussions state See merge request gitlab-org/gitlab-ce!21705
2018-09-14Merge branch 'update-gitlab-shell-8-3-3' into 'master'Stan Hu
Update GitLab Shell to v8.3.3 See merge request gitlab-org/gitlab-ce!21750