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-08-01Bump rubocop to 0.49.1 and rubocop-rspec to 1.15.1Takuya Noguchi
2017-07-29Bump google-protobuf to 3.3.0Matija Čupić
2017-07-27Migrate Repository#tags to GitalyAhmad Sherif
Closes gitaly#411
2017-07-27Merge branch 'pawel/prometheus_client_pid_reuse_error' into 'master'Robert Speicher
Fix prometheus client pid reuse bug See merge request !13130
2017-07-27update ruggedAlexis Reigel
the rugged versions up to 0.26.0b3 had a bug concerning the signature extraction. The extracted signature was not always the same, probably due to a buffer (overflow) issue in libgit. see https://github.com/libgit2/rugged/issues/608
2017-07-27Prototype key verificationKevin O'Connor
2017-07-27Update prometheus client gem to fix problems with PID handling followingPawel Chojnacki
unicorn forking new workers.
2017-07-26Merge remote-tracking branch 'dev/master'Douwe Maan
# Conflicts: # Gemfile # Gemfile.lock
2017-07-26Add net-ldap explicitly since we use it directlyMichael Kozono
And this has already been done on EE, so it’ll match now.
2017-07-26Fix plain LDAP (no encryption)Michael Kozono
2017-07-26Upgrade omniauth-ldap gem (and some dependencies)Michael Kozono
Most notably, the net-ldap gem.
2017-07-26Merge branch 'bump-omniauth-ldap-gem-version' into 'master'Sean McGivern
Bumps Gitlab Omniauth LDAP version See merge request !13059
2017-07-25Merge branch 'upgrade_re2' into 'master'Rémy Coutable
Upgrade re2 to support seperate CXX and CC passing See merge request !13064
2017-07-25Bumps Gitlab Omniauth LDAP versionTiago Botelho
2017-07-25Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira
2017-07-25Merge branch 'dz-update-shoulda' into 'master'Rémy Coutable
Update shoulda-matchers gem to 3.1.2 See merge request !13040
2017-07-25Upgrade re2 to support seperate CXX and CC passingFrank Groeneveld
2017-07-24Merge branch 'pawel/bump_prometheus_client_library' into 'master'Sean McGivern
Fix bug causing truncation of Metrics files See merge request !13035
2017-07-24Update shoulda-matchers gem to 3.1.2Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-07-24Upgrade the re2 gem to 1.1.0Nick Thomas
2017-07-24Fix bug with truncation of file containing metricsPawel Chojnacki
bump prometheus gem version
2017-07-21Merge branch 'feature/migrate-commit-find-all-to-gitaly' into 'master'Robert Speicher
Migrate Gitlab::Git::Commit.find_all to Gitaly Closes gitaly#396 See merge request !12934
2017-07-21Merge branch 'dz-update-grape' into 'master'Sean McGivern
Update grape gem See merge request !12992
2017-07-20Migrate Gitlab::Git::Commit.find_all to GitalyAhmad Sherif
Closes gitaly#396
2017-07-20Merge branch 'feature/send-diff-limits-to-gitaly' into 'master'Robert Speicher
Migrate DiffCollection limiting logic to Gitaly See merge request !12867
2017-07-20Update grape gemDmitriy Zaporozhets
New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-07-20Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3'Douwe Maan
24570 use re2 for user supplied regexp 9 3 See merge request !2129
2017-07-19Migrate DiffCollection limiting logic to GitalyAhmad Sherif
2017-07-19Merge branch 'authentiq-updates' into 'master'Rémy Coutable
Added authentiq provider to tests and updated documentation, gem and config file. See merge request !12952
2017-07-19Update Prometheus gem to version that explicitly calls `munmap`Paweł Chojnacki
2017-07-19Merge branch 'rc/bump-peek-performance_bar' into 'master'Sean McGivern
Bump peek-performance_bar to 1.3.0 and get rid of a monkey-patch See merge request !12939
2017-07-18Add structured logging for Rails processesStan Hu
This introduces JSON logging for Rails views saved to a file called `development_json.log`, `production_json.log`, etc. For example, instead of this unparsable log: ``` Started GET "/" for 127.0.0.1 at 2012-03-10 14:28:14 +0100 Processing by HomeController#index as HTML Rendered text template within layouts/application (0.0ms) Rendered layouts/_assets.html.erb (2.0ms) Rendered layouts/_top.html.erb (2.6ms) Rendered layouts/_about.html.erb (0.3ms) Rendered layouts/_google_analytics.html.erb (0.4ms) Completed 200 OK in 79ms (Views: 78.8ms | ActiveRecord: 0.0ms) ``` We get a single line with this: ``` {"method":"GET","path":"/,"format":"html","controller":"HomeController","action":"index","status":200,"duration":79,"view":78.8,"db":0.0,"location":"http://localhost/","time":"2017-07-18 09:35:17 -0700"} ``` Part of #20060
2017-07-18Bump peek-performance_bar to 1.3.0 and get rid of a monkey-patchRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-18Merge branch '34831-remove-coffee-rails-gem' into 'master'Jacob Schatz
Remove coffee-rails gem Closes #34831 See merge request !12715
2017-07-18Added authentiq provider to tests and updated documentation, gem and config ↵Alexandros Keramidas
file.
2017-07-16Bump fog-core to 1.44.3 and fog providers' plugins to latestTakuya Noguchi
2017-07-14Update the mysql2 gem to v0.4.5Nick Thomas
2017-07-12Merge branch '34858-bump-scss-lint-to-0-54-0' into 'master'Rémy Coutable
Bump scss-lint to 0.54.0 Closes #34858 See merge request !12733
2017-07-11Merge branch '34867-remove-net-ssh-gem' into 'master'Rémy Coutable
Remove net-ssh gem Closes #34867 See merge request !12736
2017-07-11Update Sidekiq from 5.0.0 to 5.0.4Stan Hu
See: https://github.com/mperham/sidekiq/blob/master/Changes.md
2017-07-10Revert "Merge branch 'update_bootsnap_1.1.1' into 'master'"Marin Jankovski
This reverts commit 83ec509ce43c56da601335de5b9ea4422c785560, reversing changes made to 57f0677ad854b7b17bd57e1e3b0ef542ce322b56.
2017-07-09Remove net-ssh gemTakuya Noguchi
2017-07-08Bump scss-lint to 0.54.0Takuya Noguchi
2017-07-07Add gitaly_git_blob_raw featureJacob Vosmaer
2017-07-07Remove coffee-rails gemTakuya Noguchi
2017-07-07Merge branch 'feature/migrate-commit-count-to-gitaly' into 'master'Robert Speicher
Migrate Gitlab::Git::Repository#commit_count to Gitaly Closes gitaly#355 See merge request !12688
2017-07-07Migrate Gitlab::Git::Repository#commit_count to GitalyAhmad Sherif
Closes gitaly#355
2017-07-05Merge branch 'update-raven-253' into 'master'Sean McGivern
Update sentry-raven from 2.4.0 to 2.5.3 See merge request !12605
2017-07-04Merge branch 'master' into ↵Paweł Chojnacki
'bump-prometheus-version-to-fix-text-representation-problem' # Conflicts: # Gemfile.lock
2017-07-04Instrument Unicorn with Ruby exporterPaweł Chojnacki