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-02-06Converted search_autocomplete.js to use axiosPhil Hughes
2018-02-06Merge branch '39550-group-labels-redesign' into 'master'Tim Zallmann
Resolve "Group label list page redesign" Closes #39550 See merge request gitlab-org/gitlab-ce!16592
2018-02-06Merge branch '26468-fix-admin-recent-sign-in' into 'master'Rémy Coutable
Using correct column for sorting users by Recent Sign-in Closes #26468 See merge request gitlab-org/gitlab-ce!13852
2018-02-06Merge branch 'qa/mk-fix-slow-wait' into 'master'Stan Hu
Fix QA project clone wait condition Closes gitlab-qa#175 See merge request gitlab-org/gitlab-ce!16932
2018-02-06Merge branch '31885-ability-to-transfer-groups-to-another-group' into 'master'Douwe Maan
31885 - Ability to transfer a single group to another group Closes #31885 See merge request gitlab-org/gitlab-ce!16302
2018-02-0631885 - Ability to transfer a single group to another groupMayra Cabrera
2018-02-06Merge branch 'fj-22607-lowercase-usernames-from-ldap' into 'master'Douwe Maan
Added ldap config setting to lower case usernames Closes #22607 See merge request gitlab-org/gitlab-ce!16791
2018-02-06Added ldap config setting to lower case usernamesFrancisco Javier López
2018-02-06Use sprite_icon and variablesAnnabel Dunstone Gray
2018-02-06Merge branch '41672-emphasize-gke-cluster-to-new-users' into 'master'Clement Ho
Add feature highlight blue dot to GKE "Clusters" sidebar item Closes #41672 See merge request gitlab-org/gitlab-ce!16379
2018-02-05Fix wait conditionMichael Kozono
The `has_css?` line was always timing out false because `$(‘…’).val(url)` does not change the input’s value attribute.
2018-02-05Merge branch 'style/include-branch-in-mobile-view' into 'master'Clement Ho
Include branch in mobile view for pipelines Closes #42650 See merge request gitlab-org/gitlab-ce!16910
2018-02-05Merge branch 'better-issues-closed-at-cleanup' into 'master'Stan Hu
Handle EE edge cases in issues.closed_at migration Closes gitlab-ee#4803 See merge request gitlab-org/gitlab-ce!16926
2018-02-05Restore feature_highlight codeEric Eastwood
From https://gitlab.com/gitlab-org/gitlab-ce/issues/36760 Was reverted in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14373
2018-02-05Merge branch '42584-fix-margins-in-tag-list' into 'master'Filipa Lacerda
Resolve "Different margins between buttons in tag list" Closes #42584 See merge request gitlab-org/gitlab-ce!16927
2018-02-05Merge branch '32282-add-foreign-keys-to-todos' into 'master'Yorick Peterse
Add missing foreign key and NOT NULL constraints to todos table. Closes #32282 See merge request gitlab-org/gitlab-ce!16849
2018-02-05Merge branch 'ph-axios-4' into 'master'Filipa Lacerda
More conversions of $.ajax to axios See merge request gitlab-org/gitlab-ce!16882
2018-02-05Using correct column for sorting users by Recent Sign-inPoornima
Removing last_sign_in_at in specs
2018-02-05Merge branch 'fj-37273-moving-wiki-pages-from-the-ui' into 'master'Sean McGivern
Allow moving wiki pages from the UI Closes #37273 See merge request gitlab-org/gitlab-ce!16313
2018-02-05Allow moving wiki pages from the UIFrancisco Javier López
2018-02-05Merge branch '42684-set-up-ci-set-up-ci-cd' into 'master'Filipa Lacerda
Resolve "`Set up CI` => `Set up CI/CD`" Closes #42684 See merge request gitlab-org/gitlab-ce!16870
2018-02-05Fixes Different margins between buttons in tag listJacopo
2018-02-05Merge branch 'fix/gitaly-wiki-encoding-issues' into 'master'Robert Speicher
Encode GitalyClient::WikiPage attributes to UTF-8 See merge request gitlab-org/gitlab-ce!16925
2018-02-05Merge branch '42547-upload-store-mount-point' into 'master'Sean McGivern
Store uploader context in uploads Closes #42547 See merge request gitlab-org/gitlab-ce!16779
2018-02-05Set todos#author_id to NOT NULL.Andreas Brandl
2018-02-05Add foreign keys to todos table.Andreas Brandl
Fixes #32282.
2018-02-05Merge branch 'axios-preview-markdown' into 'master'Fatih Acet
Replace $.ajax in preview markdown with axios See merge request gitlab-org/gitlab-ce!16893
2018-02-05Merge branch 'axios-admin-message' into 'master'Fatih Acet
Replace $.ajax in admin broadcast messages with axios See merge request gitlab-org/gitlab-ce!16840
2018-02-05Replace $.ajax in preview markdown with axiosClement Ho
2018-02-05Replace $.ajax in admin broadcast messages with axiosClement Ho
2018-02-05Merge branch 'axios-username-validator' into 'master'Fatih Acet
Replace $.ajax in username validator with axios See merge request gitlab-org/gitlab-ce!16892
2018-02-05Merge branch 'persistent-callouts' into 'master'Kamil Trzciński
Add backend for persistently dismissible callouts See merge request gitlab-org/gitlab-ce!16735
2018-02-05Handle EE edge cases in issues.closed_at migrationYorick Peterse
EE seems to have had an outdated schema at some point, leading to some environments not having the right columns in place. This adjusts the migration for `issues.closed_at` so it takes care of those cases, ensuring data can be migrated properly. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/4803
2018-02-05fixed typo :see_no_evil:Phil Hughes
2018-02-05Add CHANGELOGMatija Čupić
2018-02-05Refactor UserCalloutsController enum checkMatija Čupić
2018-02-05Refactor .show_gke_cluster_integration_callout?Matija Čupić
2018-02-05Bump UserCallout feature_name enum indexMatija Čupić
2018-02-05Merge branch '39985-enable-prometheus-metrics-for-deployed-ingresses' into ↵Kamil Trzciński
'master' Enable Prometheus metrics for deployed Ingresses Closes #39985 See merge request gitlab-org/gitlab-ce!16866
2018-02-05Merge branch ↵Kamil Trzciński
'42496-prometheus-deployment-fails-after-helm-chart-upgrade-to-2-1' into 'master' Adapt config to support Prometheus 2.1 Closes #42496 and #42498 See merge request gitlab-org/gitlab-ce!16749
2018-02-05Enable Prometheus metrics for deployed IngressesJoshua Lambert
2018-02-05Adapt config to support Prometheus 2.1Joshua Lambert
2018-02-05Merge branch '42270-fix-namespace-remove-exports-for-hashed-storage' into ↵Rémy Coutable
'master' Fix export removal for hashed-storage projects within a renamed or deleted namespace Closes #42270 See merge request gitlab-org/gitlab-ce!16658
2018-02-05Encode GitalyClient::WikiPage attributes to UTF-8Ahmad Sherif
2018-02-05Merge branch 'api-guard' into 'master'Rémy Coutable
Make find_user_from_sources extensible for EE See merge request gitlab-org/gitlab-ce!16924
2018-02-05Merge branch 'osw-markdown-bypass-for-commit-messages' into 'master'Sean McGivern
Bypass markdown for commit titles on MR notes Closes #37616 See merge request gitlab-org/gitlab-ce!16883
2018-02-05Fix export removal for hashed-storage projects within a renamed or deleted ↵Nick Thomas
namespace
2018-02-05Merge branch 'gitaly-user-squash' into 'master'Rémy Coutable
Incorporate OperationService.UserSquash Gitaly RPC Closes gitaly#991 See merge request gitlab-org/gitlab-ce!16899
2018-02-05Merge branch 'zj-fix-flay' into 'master'Rémy Coutable
Fix flay not detecting identical code Closes #42628 See merge request gitlab-org/gitlab-ce!16828
2018-02-05Merge branch 'sh-backport-groups-api-optimization' into 'master'Rémy Coutable
Backport /api/v4/groups N+1 query check from EE See merge request gitlab-org/gitlab-ce!16913