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
2017-11-08Merge branch 'feature-change-signout-route' into 'master'Douwe Maan
Change Sign Out route from a DELETE to a GET Closes #39708 See merge request gitlab-org/gitlab-ce!15231
2017-11-07Change Sign Out route from a DELETE to a GETJoe Marty
Closes #39708
2017-11-07Merge branch 'pawel/metrics-to-prometheus-33643' into 'master'Grzegorz Bizon
Add all InfluxDB metrics to prometheus See merge request gitlab-org/gitlab-ce!13891
2017-11-06Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern
removed the #ensure_ref_fetched from all controllers Closes #36061 See merge request gitlab-org/gitlab-ce!15129
2017-11-06Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López
2017-11-06align with the commentsmicael.bergeron
2017-11-03removed the #ensure_ref_fetched from all controllersmicael.bergeron
also, I refactored the MergeRequest#fetch_ref method to express the side-effect that this method has. MergeRequest#fetch_ref -> MergeRequest#fetch_ref! Repository#fetch_source_branch -> Repository#fetch_source_branch!
2017-11-02Only enable unicorn metrics when not in sidekiq mode.Pawel Chojnacki
+ remove rebased test case
2017-11-02Cleanup transaction metricsPawel Chojnacki
2017-11-02Finished Ruby SamplerPawel Chojnacki
+ Cleanup sampler, use latest Prometheus gem
2017-11-02Add GC sampler and small refactor of samplersPawel Chojnacki
2017-11-01Disable Unicorn sampling in Sidekiq since there are no Unicorn sockets to ↵Stan Hu
monitor This reduces some polling overhead and reduces the need to aggregate empty metrics from the Sidekiq worker.
2017-10-23Add Gitaly data to the Peek performance barZeger-Jan van de Weg
2017-10-17Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan
Make the circuitbreaker configurable at runtime See merge request gitlab-org/gitlab-ce!14842
2017-10-17Read circuitbreaker settings from `Gitlab::CurrentSettings`Bob Van Landuyt
Instead of from the configuration file
2017-10-16Make usage ping scheduling more robustSean McGivern
On GitLab.com, we see that cron jobs sometimes don't run. This appears to be because the process that polls for current cron jobs only has a 60 second validity period, so if (for whatever reason) it misses those 60 seconds, we have to wait until the next execution. For the usage ping, this is particularly problematic, as that's only scheduled to run once a week. Changing it to run for every minute in a 10 minute period should work around this, if the above diagnosis is correct. The job itself obtains an exclusive lease for 24 hours, so rescheduling in quick succession is safe.
2017-10-06Merge branch 'api-sentry-extra' into 'master'Douwe Maan
Send API parameters as extra data for sentry errors See merge request gitlab-org/gitlab-ce!14644
2017-10-06Merge branch 'fix/update-doorkeeper-openid-connect' into 'master'Rémy Coutable
Upgrade doorkeeper-openid_connect See merge request gitlab-org/gitlab-ce!14372
2017-10-06Send API parameters as extra data for sentry errorsAlejandro Rodríguez
2017-10-05Merge branch '34102-online-view-of-artifacts-fe' into 'master'Nick Thomas
Add external link for online artifacts Closes #34102 See merge request gitlab-org/gitlab-ce!14399
2017-10-05Merge branch 'master' into ↵Douwe Maan
digitalmoksha/gitlab-ce-feature/verify_secondary_emails # Conflicts: # app/controllers/admin/users_controller.rb # app/controllers/confirmations_controller.rb # app/controllers/profiles/emails_controller.rb # app/models/user.rb # app/services/emails/base_service.rb # app/services/emails/destroy_service.rb # app/views/devise/mailer/confirmation_instructions.html.haml # lib/api/users.rb # spec/services/emails/destroy_service_spec.rb
2017-10-04Incorporate feedbackZeger-Jan van de Weg
2017-10-04Merge branch 'master' into 34102-online-view-of-artifacts-feEric Eastwood
2017-10-04Load only the currently needed JS locale fileTim Zallmann
2017-10-03Add grpc.log for GitalyJacob Vosmaer (GitLab)
2017-10-03Redirect to pages daemonZeger-Jan van de Weg
2017-10-03Merge branch 'close-issue-by-implements' into 'master'Sean McGivern
Add "implements" to the default issue closing message regex Closes #38424 See merge request gitlab-org/gitlab-ce!14612
2017-10-02Add "implements" to the default issue closing message regexGuilherme Vieira
2017-10-01Add `:email_confirmation` to devise `insensitive_keys`robdel12
This fixes a bug where the email confirmation input value is case sensative. For example, if the email input is `myemail@example.com` and the email confirmation input is `Myemail@example.com` the form would fail to submit.
2017-09-24must now set the devise default scope (since we now have an :email scope)Brett Walker
and rubocop fixes
2017-09-24Remove Grit settings from default settingsStan Hu
This is a follow-up to https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1956 and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7308.
2017-09-20Upgrade doorkeeper-openid_connectMarkus Koller
2017-09-19Merge branch 'fix-rails-migrations-for-partial-indexes' into 'master'Yorick Peterse
Fix regular expression used for opclasses to not be confused by partial index clause See merge request gitlab-org/gitlab-ce!14343
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-09-19Fix regular expression used for opclasses to not be confused by partial ↵Greg Stark
index clause
2017-09-18Merge branch '37789-followup-for-read-registry-change' into 'master'Rémy Coutable
Clean up read_registry scope changes Closes #37789 See merge request gitlab-org/gitlab-ce!14307
2017-09-18Clean up read_registry scope changesRobin Bobbitt
Closes #37789
2017-09-15Never connect to webpack-dev-server over SSLAlessio Caiazza
2017-09-11Revert "Merge branch 'revert-f2421b2b' into 'master'"Annabel Dunstone Gray
This reverts merge request !14148
2017-09-09Read import sources from setting at first initializationVisay Keo
2017-09-08Revert "Merge branch ↵Rubén Dávila
'35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
2017-09-07Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski
zj/gitlab-ce-zj-auto-devops-table
2017-09-06Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Kamil Trzcinski
zj/gitlab-ce-zj-auto-devops-table
2017-09-06Restore some changes from !9199Rubén Dávila
2017-09-06Merge branch ↵Douwe Maan
'34509-improves-markdown-rendering-performance-for-commits-list' into 'master' Resolve "Projects::CommitsController#show is slow partially due to SQL queries" Closes #34509 See merge request !13762
2017-09-06Adds cacheless render to Banzai object renderTiago Botelho
2017-09-06Profile updates from providersAlexander Keramidas
2017-09-04Incorporate reviewZeger-Jan van de Weg
2017-09-04Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg
2017-09-04Fix testsZeger-Jan van de Weg