summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '32536-mr-widget-performance-improvements' into 'master'Fatih Acet2017-05-191-1/+0
|\ | | | | | | | | Load improvements related to MR widget See merge request !11518
| * Remove routeOswaldo Ferreira2017-05-191-1/+0
| |
* | Merge branch '31933-improve-rspec-profiling-enabling' into 'master'Stan Hu2017-05-191-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Enable RSpec profiling only if RSPEC_PROFILING_POSTGRES_URL is not empty Closes #31933 See merge request !11543
| * | Enable RSpec profiling only if RSPEC_PROFILING_POSTGRES_URL is not empty31933-improve-rspec-profiling-enablingRémy Coutable2017-05-191-1/+1
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'zj-increase-accuracy-ps' into 'master'Kamil Trzciński2017-05-191-1/+1
|\ \ \ | |/ / |/| | | | | | | | Run the schedule worker once an hour by default See merge request !11476
| * | Run the schedule worker once an hour by defaultzj-increase-accuracy-psZ.J. van de Weg2017-05-181-1/+1
| |/ | | | | | | [ci skip]
* | Consolidate user avatar Vue logicBryce Johnson2017-05-181-2/+3
|/
* Merge branch 'use-common-vue-for-merge-request-widget' into 'master' Fatih Acet2017-05-161-0/+1
|\ | | | | | | | | Ensure vue_merge_request_widget utilizes common_vue bundle See merge request !11269
| * ensure merge-request-widget utilizes common_vue bundleuse-common-vue-for-merge-request-widgetMike Greiling2017-05-151-0/+1
| |
* | Merge branch 'disable-css-and-jquery-animations-for-capybara' into 'master' Douwe Maan2017-05-162-0/+2
|\ \ | | | | | | | | | | | | | | | | | | disable animations for tests Closes #32194 See merge request !11324
| * | Add test.js and test.css to disable animations during testing and include ↵disable-css-and-jquery-animations-for-capybaraLuke "Jared" Bennett2017-05-152-0/+2
| | | | | | | | | | | | these in _head when testing
* | | Merge branch '29421-production-config-assets-compile-false' into 'master' Stan Hu2017-05-161-1/+1
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Set 'config.assets.compile = false' in production Closes #29421 See merge request !9917
| * | Set 'config.assets.compile = false' in production29421-production-config-assets-compile-falseJames Edwards-Jones2017-03-141-1/+1
| | |
* | | Merge branch 'rename-rendered_title' into 'master' Rémy Coutable2017-05-151-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Rename all references to rendered_title to realtime_changes See merge request !11359
| * | | Rename all references to rendered_title to realtime_changesrename-rendered_titleLuke "Jared" Bennett2017-05-131-1/+1
| | | |
* | | | Don't reuse gRPC channelsJacob Vosmaer2017-05-151-2/+4
| |_|/ |/| | | | | | | | | | | | | | 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.
* | | Added balsamiq jasmine integration testLuke "Jared" Bennett2017-05-151-1/+1
| | |
* | | Merge branch 'use-common-vue-for-pipeline-schedule-bundles' into 'master' Filipa Lacerda2017-05-141-1/+3
|\ \ \ | |/ / |/| | | | | | | | Ensure schedule_form and schedules_index both utilize common_vue bundle See merge request !11274
| * | ensure schedule_form and schedules_index both utilize common_vue bundleuse-common-vue-for-pipeline-schedule-bundlesMike Greiling2017-05-121-1/+3
| | |
* | | Merge branch 'disable-usage-ping' into 'master'Robert Speicher2017-05-121-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Usage ping updates Closes #31741 and #31453 See merge request !11231
| * | Allow disabling usage ping in `gitlab.yml`Sean McGivern2017-05-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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`.
* | | Merge branch 'remove-balsamiq-module-from-common_vue-bundle' into 'master' Filipa Lacerda2017-05-111-1/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove balsamiq module from common_vue bundle Closes #32092 See merge request !11248
| * | | Remove balsamiq module from common_vue bundleremove-balsamiq-module-from-common_vue-bundleLuke "Jared" Bennett2017-05-101-1/+0
| | | |
* | | | Merge branch 'use-common-vue-for-filtered-search' into 'master' Clement Ho2017-05-111-0/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Ensure filtered_search utilizes common_vue bundle See merge request !11273
| * | | ensure filtered_search utilizes common_vue bundleuse-common-vue-for-filtered-searchMike Greiling2017-05-101-0/+1
| | | |
* | | | Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher2017-05-103-6/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
| * | | Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-103-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| |/ / | | | | | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'tc-clean-pending-delete-projects' into 'master' Douwe Maan2017-05-101-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Post-deploy to clean `pending_delete` projects Closes #20984 See merge request !11044
| * | Use worker to destroy namespaceless projects in post-deployToon Claes2017-05-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Use relative paths for group/project/user avatarsblackst0ne2017-05-101-1/+1
|/ /
* | Merge branch 'fix/gb/remove-ci-models-from-eager-load-paths' into 'master' Rémy Coutable2017-05-091-1/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove CI/CD models directory from `eager_load_paths` Closes #31841 See merge request !11129
| * | Remove CI/CD models directory from `eager_load_paths`Grzegorz Bizon2017-05-091-1/+0
| | | | | | | | | | | | | | | | | | | | | CI/CD models are already located inside `CI` module, thus usual Rails autoloading principles apply. See https://github.com/rails/rails/issues/28854 for more details.
* | | Merge request widget redesignFatih Acet2017-05-092-4/+7
|/ /
* | Merge branch 'revert-58d1cd6b' into 'master' Stan Hu2017-05-071-1/+1
|\ \ | | | | | | | | | | | | Revert "Merge branch 'fix-rspec_profiling-establish_connection-string-deprecation' into 'master'" See merge request !11153
| * | Revert "Merge branch ↵revert-58d1cd6bStan Hu2017-05-071-1/+1
| | | | | | | | | | | | | | | 'fix-rspec_profiling-establish_connection-string-deprecation' into 'master'" This reverts merge request !11150
* | | Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-074-4/+12
|/ /
* | Merge branch 'fix-rspec_profiling-establish_connection-string-deprecation' ↵Stan Hu2017-05-071-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | into 'master' Cast ENV['RSPEC_PROFILING_POSTGRES_URL'] to symbol in establish_connection call … See merge request !11150
| * | Cast ENV['RSPEC_PROFILING_POSTGRES_URL'] to symbol in establish_connection ↵fix-rspec_profiling-establish_connection-string-deprecationLuke "Jared" Bennett2017-05-071-1/+1
| | | | | | | | | | | | call of rspec_profiling.rb
* | | Single commit squash of all changes for ↵Kamil Trzcinski2017-05-061-0/+2
|/ / | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10878 It's needed due to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10777 being merged with squash.
* | Use an absolute path for locale path in FastGettext configuse-absolute-path-for-gettext-configRuben Davila2017-05-051-1/+1
| | | | | | | | Unicorn was unable to start due to this bad config on Omnibus.
* | Merge branch 'fix/admin-integrations' into 'master' Sean McGivern2017-05-051-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Fix new admin integrations not taking effect on existing project Closes #26376 See merge request !11069
| * | refactor code based on feedbackJames Lopez2017-05-051-1/+1
| | |
| * | fix sidekiq spec, add changelogJames Lopez2017-05-041-0/+1
| | |
* | | Merge branch 'mia_backort' into 'master' Jacob Schatz2017-05-051-3/+2
|\ \ \ | | | | | | | | | | | | | | | | Backport of Multiple Assignees feature See merge request !11089
| * | | [skip ci] Fix FE conflicts with masterClement Ho2017-05-051-5/+0
| | | |
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵Valery Sizov2017-05-0510-0/+522
| |\ \ \ | | | | | | | | | | | | | | | skip]
| * | | | Fix webpack config conflictClement Ho2017-05-041-5/+0
| | | | |
| * | | | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+6
| | | | |
* | | | | Merge branch '24883-build-failure-summary-page' into 'master' Phil Hughes2017-05-051-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build failures summary page for pipelines Closes #24883 See merge request !10719