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
2017-05-26Merge branch 'locale-region-fix' into 'master'Douwe Maan
Fixed locale frontend not picking up regions Closes #32913 See merge request !11717
2017-05-26Merge branch '32737-audit-long-term-cacheability-of-webpack-assets' into ↵Tim Zallmann
'master' Resolve "Audit long-term cacheability of webpack assets" Closes #32737 See merge request !11622
2017-05-25Merge branch '32748-emails-are-being-sent-with-the-wrong-language' into 'master'Douwe Maan
Bugfix: Always use the default language when generating emails. Closes #32748 See merge request !11662
2017-05-25name all webpack chunks to improve long term cacheabilityMike Greiling
2017-05-25add NameAllModulesPlugin to cover shortcomings of NamedModulesPluginMike Greiling
2017-05-25Bugfix: Always use the default language when generating emails.Ruben Davila
There was a race condition issue when the application was generating an email and was using a language that was previously being used in other request.
2017-05-25Merge branch 'revert-b0498c17' into 'master'Robert Speicher
Refactor `DynamicPathValidator` and `GitLab::Regex` some more See merge request !11693
2017-05-25Fixed locale frontend not picking up regionsPhil Hughes
This was caused by a webpack config issue that would only look in folders that only had lower case letters. This has been changed to include any word character Closes #32913
2017-05-25Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets
Implement Web Hooks calls logging Closes #17848 See merge request !11027
2017-05-25Implement web hooks loggingAlexander Randa
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
2017-05-24user can reset his rss token on the account pageAlexis Reigel
2017-05-24add rss_token attribute to user modelAlexis Reigel
2017-05-24Merge branch 'dm-fix-routes' into 'master'Robert Speicher
Fix ambiguous routing issues by teaching router about reserved words See merge request !11570
2017-05-24Remove changes that are not absolutely necessaryDouwe Maan
2017-05-24Fix specsDouwe Maan
2017-05-24Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan
2017-05-24drop HashedModuleIdsPlugin in favor of NamedModulesPlugin in all environmentsMike Greiling
2017-05-22Update gitlab.yml with default settingZ.J. van de Weg
2017-05-19Merge branch '32536-mr-widget-performance-improvements' into 'master'Fatih Acet
Load improvements related to MR widget See merge request !11518
2017-05-19Merge branch '31933-improve-rspec-profiling-enabling' into 'master'Stan Hu
Enable RSpec profiling only if RSPEC_PROFILING_POSTGRES_URL is not empty Closes #31933 See merge request !11543
2017-05-19Remove routeOswaldo Ferreira
2017-05-19Merge branch 'zj-increase-accuracy-ps' into 'master'Kamil Trzciński
Run the schedule worker once an hour by default See merge request !11476
2017-05-19Enable RSpec profiling only if RSPEC_PROFILING_POSTGRES_URL is not emptyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-18Consolidate user avatar Vue logicBryce Johnson
2017-05-18Run the schedule worker once an hour by defaultZ.J. van de Weg
[ci skip]
2017-05-16Merge branch 'use-common-vue-for-merge-request-widget' into 'master' Fatih Acet
Ensure vue_merge_request_widget utilizes common_vue bundle See merge request !11269
2017-05-16Merge branch 'disable-css-and-jquery-animations-for-capybara' into 'master' Douwe Maan
disable animations for tests Closes #32194 See merge request !11324
2017-05-16Merge branch '29421-production-config-assets-compile-false' into 'master' Stan Hu
Set 'config.assets.compile = false' in production Closes #29421 See merge request !9917
2017-05-16ensure merge-request-widget utilizes common_vue bundleMike Greiling
2017-05-15Merge branch 'rename-rendered_title' into 'master' Rémy Coutable
Rename all references to rendered_title to realtime_changes See merge request !11359
2017-05-15Add test.js and test.css to disable animations during testing and include ↵Luke "Jared" Bennett
these in _head when testing
2017-05-15Don't reuse gRPC channelsJacob Vosmaer
It seems that bad things happen when two gRPC stubs share one gRPC channel so let's stop doing that. The downside of this is that we create more gRPC connections; one per stub.
2017-05-15Added balsamiq jasmine integration testLuke "Jared" Bennett
2017-05-14Merge branch 'use-common-vue-for-pipeline-schedule-bundles' into 'master' Filipa Lacerda
Ensure schedule_form and schedules_index both utilize common_vue bundle See merge request !11274
2017-05-13Rename all references to rendered_title to realtime_changesLuke "Jared" Bennett
2017-05-12Merge branch 'disable-usage-ping' into 'master'Robert Speicher
Usage ping updates Closes #31741 and #31453 See merge request !11231
2017-05-12ensure schedule_form and schedules_index both utilize common_vue bundleMike Greiling
2017-05-11Merge branch 'remove-balsamiq-module-from-common_vue-bundle' into 'master' Filipa Lacerda
Remove balsamiq module from common_vue bundle Closes #32092 See merge request !11248
2017-05-11Merge branch 'use-common-vue-for-filtered-search' into 'master' Clement Ho
Ensure filtered_search utilizes common_vue bundle See merge request !11273
2017-05-11Allow disabling usage ping in `gitlab.yml`Sean McGivern
Setting `usage_ping_enabled` to false in `gitlab.yml`: 1. Disables the usage ping, regardless of the value stored in the database. 2. Prevents the usage ping from being enabled through the admin panel. It can only be enabled by either removing the line from `gitlab.yml` and configuring through the admin panel, or setting it to true in `gitlab.yml`.
2017-05-11Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher
'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
2017-05-11ensure filtered_search utilizes common_vue bundleMike Greiling
2017-05-10Merge branch 'tc-clean-pending-delete-projects' into 'master' Douwe Maan
Post-deploy to clean `pending_delete` projects Closes #20984 See merge request !11044
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10Remove balsamiq module from common_vue bundleLuke "Jared" Bennett
2017-05-10Use worker to destroy namespaceless projects in post-deployToon Claes
Destroying projects can be very time consuming. So instead of destroying them in the post-deploy, just schedule them and make Sidekiq do the hard work. They are scheduled in batches of 5000 records. This way the number of database requests is limited while also the amount data read to memory is limited.
2017-05-10Use relative paths for group/project/user avatarsblackst0ne
2017-05-09Merge branch 'fix/gb/remove-ci-models-from-eager-load-paths' into 'master' Rémy Coutable
Remove CI/CD models directory from `eager_load_paths` Closes #31841 See merge request !11129