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-04-19Resolve "Improve tooltips of collapsed sidebars"Dennis Tang
2018-04-19Resolve "Show `failure_reason` in jobs view content section"Mayra Cabrera
2018-04-11Prevent awarding emoji when a project is archivedBob Van Landuyt
This prevents performing the requests, and disables all emoji reaction buttons
2018-04-10Remove edit_note and update_note abilities in favor of admin_noteDouwe Maan
2018-04-06Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera
2018-04-04Fix sidebar_details_block.vue and simplify build_metadata_entity.rbTomasz Maczukin
2018-04-03Refactor discussions/notes codeJan Provaznik
2018-03-29Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński
Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221
2018-03-28Refactor build_metadataTomasz Maczukin
2018-03-28Rename metadata relation and methodsTomasz Maczukin
2018-03-28Rename used_timeout to timeoutTomasz Maczukin
2018-03-28Fix static analysis offencesTomasz Maczukin
2018-03-28Move job timeout information to new ci_builds_metadata tableTomasz Maczukin
2018-03-28Change timeout_source to enumTomasz Maczukin
2018-03-28Replace user_readable with human_readableTomasz Maczukin
2018-03-28Show timeout information on job's pageTomasz Maczukin
2018-03-27Update styling and use Gitlab::Utils.to_booleanEric Eastwood
2018-03-27Merge branch 'master' into add-canary-faviconEric Eastwood
2018-03-07Link correct project when adding file to empty MRBob Van Landuyt
When creating a cross project merge request without changes. The MR widget shows the option to create a new file. It would however link to the wrong project.
2018-03-07Allow maintainers to edit directly in a forkBob Van Landuyt
2018-03-07Allow a user to select `allow maintainer to push`Bob Van Landuyt
When a project is not private, and the source branch not protected the user can now select the option to allow maintainers to push to this branch
2018-03-07Don't do a commit lookup to present the MR entity, just return the shaAlejandro Rodríguez
The MergeRequestWidgetEntity is used a lot in AJAX requests, and shaving that git operation will hopefully translate in a performance improvement
2018-03-01Merge branch '41777-include-cycle-time-in-usage-ping' into 'master'Douwe Maan
Resolve "Include cycle time in usage ping" Closes #41777 See merge request gitlab-org/gitlab-ce!16793
2018-03-01Merge branch '42643-persist-external-ip-of-ingress-controller-gke' into 'master'Kamil Trzciński
Display ingress IP address in the Kubernetes page See merge request gitlab-org/gitlab-ce!17052
2018-03-01Adapt cycle analytics spec helper and cycle analytics usage data specTiago Botelho
2018-02-28Refactors median code to work with both single and multiple projectsTiago Botelho
2018-02-28Restore memoization to base query and add a batch base query methodTiago Botelho
2018-02-28Add BatchLoader as a way to refactor the base stage codeTiago Botelho
2018-02-28Refactor CycleAnalytics base stage class and modelTiago Botelho
2018-02-28Render MR Notes with Vue with behind a cookieFatih Acet
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-15Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith
2018-02-09Replace $.post in importer status with axiosClement Ho
2018-02-07Backport of LFS File Locking APIRubén Dávila
2018-02-05Add GroupVariableSerializer for Ci::GroupVariableMatija Čupić
2018-02-05Add VariableSerializer for Ci::VariableMatija Čupić
2018-01-30Check MR state before submitting queries for discussion stateOswaldo Ferreira
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan
'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
2018-01-08Remove soft removals related codeYorick Peterse
This removes all usage of soft removals except for the "pending delete" system implemented for projects. This in turn simplifies all the query plans of the models that used soft removals. Since we don't really use soft removals for anything useful there's no point in keeping it around. This _does_ mean that hard removals of issues (which only admins can do if I'm not mistaken) can influence the "iid" values, but that code is broken to begin with. More on this (and how to fix it) can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/31114. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
2018-01-08Merge branch '40549-render-emoj-in-groups-overview' into 'master'Sean McGivern
Resolve "No Rendering of emoji's in Group-Overview after update" Closes #40549 See merge request gitlab-org/gitlab-ce!16098
2018-01-06Merge branch '22643-manual-job-page' into 'master'Kamil Trzciński
Resolve "Improve non-triggered manual action job detail page" Closes #22643 and #37843 See merge request gitlab-org/gitlab-ce!15991
2018-01-05Backport 'Rebase' feature from EE to CEJan Provaznik
When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
2018-01-05Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda
* master: (200 commits) Fix issue boards scroll config. Added multi editor setting on the profile preferences page fix missing import of timeWeek which would cause errors in prometheus graphs with deployments Remove downcase from special path helper Rename db:seed_fu-{pg,mysql} to gitlab:setup-{pg,mysql} Fix error when viewing diffs without blobs Moves prettier to dev dependency Eager load event target authors whenever possible Do not run ee_compat_check on security branches Include integration tests in CE/EE testing documentation 41054-Disallow creation of new Kubernetes integrations Resolve "Resizable file list and commit panel" Make tooltip placement bottom by default as per design guidelines Fix groups list icon, timestamp alignment and row height Avoid leaving a push event empty if payload cannot be created Move git operations for UpdateRemoteMirrorService into Gitlab::Git Move delete_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Move push_remote_branches from Gitlab::Shell to Gitlab::Git::Repository Update Kubernetes service documentation fix issue #37843 ...
2018-01-03Simplify metrics fetching for closed/merged MRsOswaldo Ferreira
2018-01-02Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira
2017-12-24Rendering of emoji's in Group-OverviewJacopo
Allows rendering of emoji's in the Group Overview.
2017-12-22Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda
* master: (68 commits) Last push event widget width for fixed layout Added 'admin' persona Docs: move article Artifactory + GL to subject-related folder Mention GitLab Pages when changing username Consolidate the docs when changing a repo path Add docs for automatic redirects when renaming namespaces move "Transfer an existing project into a group" to project docs Do not show Vue pagination if only one page Resolve "Decouple multi-file editor from file list" Update Ruby version to 2.3.6 Skip projects filter on merge requests search Fall back to the `MergeRequestWidgetEntity` LDAP extern_uids are not normalized when updated via API organise content by subject Restore missing language code in datetime_utility.js Add support for defining explicit dependencies to QA factories Document mounting volumes with Docker-in-Docker add missing word to pawel-reduce_cardinality_of_prometheus_metrics.yml Use seconds where possible, and convert to milliseconds for Influxdb consumption update dispatcher to allow for dynamic imports until webpack plugin is updated ...
2017-12-21Fall back to the `MergeRequestWidgetEntity`Bob Van Landuyt
When no serializer was passed.
2017-12-19Adds illustrations for manual actions and non triggered jobsFilipa Lacerda
2017-12-18Merge branch 'osw-isolate-mr-widget-exposed-attributes' into 'master'Sean McGivern
Stop sending milestone and labels for Projects::MergeRequestsController#show.json requests See merge request gitlab-org/gitlab-ce!15847