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
path: root/config
AgeCommit message (Collapse)Author
2016-05-11Merge branch 'trusted-proxies-ip-addr' into 'master' Rémy Coutable
Pass trusted_proxies to action_dispatch as IPAddrs instead of strings Without this setting your own trusted_proxies does not work. Fixes an issue introduce in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3524 Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/17004 See merge request !3970
2016-05-04Merge branch 'add-instrumentation-for-15137' into 'master' Yorick Peterse
Instrument methods used in email diffs See merge request !4038
2016-05-03Merge remote-tracking branch 'dev/8-7-stable' into 8-7-stableRobert Speicher
2016-04-29Merge branch 'async-new-branch-button' into 'master' Jacob Schatz
Load the "New Branch" button asynchronously Here's how it looks like for logged in users: ![new_branch](/uploads/718e3d9016a50a0432b9541dde5ca74c/new_branch.gif) And here it is for anonymous users (or when a new branch can't be created by a logged in user): ![new_branch_anonymous](/uploads/dce42ee6a7dd7708443cdfdb56389d46/new_branch_anonymous.gif) See merge request !3855
2016-04-26Merge branch 'fix-impersonation-issue' into 'master' Robert Speicher
Prevent privilege escalation via "impersonate" feature Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15548 See merge request !1956
2016-04-22Merge branch 'confirmation-screen' into 'master' Robert Speicher
Improved email confirmation UX Closes #4228 See merge request !3184
2016-04-22Merge branch 'instrument-gitlab-access' into 'master' Rémy Coutable
Instrument Gitlab::GitAccess/GitAccessWiki See merge request !3859
2016-04-20Merge branch 'feature/raw-trace-output' into 'master' Rémy Coutable
Add raw build trace output Closes #15308, #15147 Changes in the UI: - on finished build: ![raw-on-finished-build](/uploads/0e0904940db5b381ae064d49343c6508/raw-on-finished-build.png) - on running build: ![raw-on-running-build](/uploads/0e4c800b68c12bdd0cbd2eea732b22ff/raw-on-running-build.png) See merge request !3767
2016-04-19Add support to cherry-pick any commitP.S.V.R
Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
2016-04-15Merge branch 'fix-redirect-profile-keys-new-to-profile-keys' into 'master' Rémy Coutable
Make /profile/keys/new redirects to /profile/keys for back-compat This addresses https://github.com/gitlabhq/gitlabhq/issues/10138. See merge request !3717
2016-04-15Make /profile/keys/new redirects to /profile/keys for back-compatRémy Coutable
Report: https://github.com/gitlabhq/gitlabhq/issues/10138 Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-14Merge branch 'auto-fsck' into 'master' Robert Speicher
Auto git fsck Closes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3232 See merge request !3232
2016-04-13Merge branch 'redis_config_consistency' into 'master' Valery Sizov
Redis configuration consistency Related https://gitlab.com/gitlab-org/gitlab-ce/commit/cf669551f69edd66913d22c96cf1de1302e7990e See merge request !3697
2016-04-13Redis configuration consistencyValery Sizov
2016-04-13Merge branch 'async-related-mrs' into 'master' Rémy Coutable
Load related MRs/branches asynchronously cc @dzaporozhets See merge request !3678
2016-04-13Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer
2016-04-13Load related MRs/branches asynchronouslyYorick Peterse
Currently this works by loading the HAML partials via XHR. While this is not the nicest setup it _is_ the easiest setup using the tools we currently have. Loading this data asynchronously doesn't make loading the related MRs/branches itself faster, it merely ensures that loading the issue itself is not slowed down. Fixes gitlab-org/gitlab-ce#14949
2016-04-13Clear repository check columns asynchronouslyJacob Vosmaer
2016-04-13Merge branch 'external-omniauth-providers' into 'master' Marin Jankovski
Allow Omniauth providers to be marked as external Related to #4009 With this MR we will be able to allow the user to set which Omniauth Providers they would like to have as external. All users login in via these providers will be marked as external, even if they already had an account before. If the provider is removed form the list of external providers, the users will be marked as internal at their next login. MR for Omnibus: gitlab-org/omnibus-gitlab!727 /cc @dblessing @DouweM See merge request !3657
2016-04-13Merge branch 'rs-archive-cache-worker-cron' into 'master' Dmitriy Zaporozhets
Move RepositoryArchiveCacheWorker to sidekiq-cron Closes #15105 See merge request !3663
2016-04-12Add changelog entries, install docs, and gitlab.yml.example entry for the ↵DJ Mountney
trusted_proxies setting
2016-04-12Adjust the default trusted_proxies to only include localhost, and allow ↵DJ Mountney
other trusted proxies to be configured.
2016-04-12Merge branch 'decouple-member-notification' into 'master' Douwe Maan
Decouple membership and notifications This allow you to have notification setting per project even if you are member of group. It also creates background for having notification settings in project you are not member of. - [x] Make it work - [x] Migrations - [x] CHANGELOG - [x] More tests - [x] API For #3359 After this merge request there is still some work to be done: * create migration that remove duplicates in notification settings table and create uniq index (8.8 probably) * remove notification_level field from Member model in 9.0 * make proper API for notification settings * use `MemberCreateService` instead of Member#after_create callback for creating notification settings (after #14709) * maybe more tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3421
2016-04-12Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer
2016-04-12Move 'clear checks' button to applicatoin settingsJacob Vosmaer
2016-04-12Move RepositoryArchiveCacheWorker to sidekiq-cronRobert Speicher
Closes #15105
2016-04-12Simplify Projects::NotificationSettingsControllerDouglas Barbosa Alexandre
2016-04-12Merge branch 'instrument-service-classes' into 'master' Rémy Coutable
Instrument all service classes This will help us see where (mostly) Sidekiq code is spending time. See merge request !3675
2016-04-12Un-instrument Banzai::ReferenceExtractorYorick Peterse
Instrumenting this class together with Gitlab::ReferenceExtractor causes a StackError for some reason. Since Gitlab::ReferenceExtractor has most of the interesting code we'll only instrument that class.
2016-04-12Instrument all service classesYorick Peterse
Fixes gitlab-org/gitlab-ce#15162
2016-04-11Instrument Banzai codeYorick Peterse
2016-04-11Documentation of featurePatricio Cano
2016-04-11Allow `external_providers` for Omniauth to be defined to mark these users as ↵Patricio Cano
external
2016-04-11Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre
2016-04-10Enable asset compression in production.connorshea
`config.assets.compress` needed to be explicitly enabled. Follow-up to !3544. Resolves #14344.
2016-04-09Merge branch 'rs-update-rails' into 'master' Robert Speicher
Bump rails to 4.2.6 See merge request !3424
2016-04-09Merge branch 'redis-connection-pool' into 'master' Robert Speicher
Redis connection pool Split from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3232 Having an easily accessible Redis connection pool allows us to do more cool stuff with Redis in GitLab (instead of having to go through e.g. the Rails cache). See merge request !3521
2016-04-08Use singular resource for NotificationSettingDouglas Barbosa Alexandre
Since a user cannot have multiple NotificationSettings records for one group/project we can use singular resource.
2016-04-08Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre
2016-04-08Instrument Rails cache codeYorick Peterse
This allows us to track how much time of a transaction is spent in dealing with cached data.
2016-04-07Put CACHE_NAMESPACE in the Gitlab::Redis moduleJacob Vosmaer
2016-04-07Remove dumb debug statement and add many tests.Jacob Schatz
2016-04-07Add optional colon.Jacob Schatz
2016-04-07Merge branch 'feature/expose-builds-badge' into 'master' Rémy Coutable
Expose badges This MR exposes badge somewhere in visible place. ![expose_badges](/uploads/d2e290d3013d1ef2b1bdeebbbe2c5d8b/expose_badges.png) Closes #13801 See merge request !3326
2016-04-07Merge branch 'saml-external-groups' into 'master' Robert Speicher
Allow SAML to identify external users and set them as such Related to #4009 Fixes #14577 This allows SAML to retrieve group information form the `SAML Response` and match that to a setting that will flag all matching users as external. See merge request !3530
2016-04-07Merge branch 'patch/fix-markdown-preview-wikis' into 'master' Robert Speicher
Wiki preview URL converting problem [via Markdown] Current implementation when rendering the preview, thinks relative links are for project repository files. We are creating a new preview route that will define correct context data to render for wikis instead. Fixes #2380, #1184 See merge request !3461
2016-04-07Added documentationPatricio Cano
2016-04-06Add project badges view prototypeGrzegorz Bizon
2016-04-06Improve routes for project badgesGrzegorz Bizon
2016-04-06Rename almost all the thingsJacob Vosmaer