- 06 Dec, 2018 29 commits
-
-
Douwe Maan authored
Use approximate counts for big tables Closes #51097 See merge request gitlab-org/gitlab-ce!23599
-
Jan Provaznik authored
-
GitLab Release Tools Bot authored
-
Nick Thomas authored
Gracefully handle unknown/invalid GPG keys Closes #54729 See merge request gitlab-org/gitlab-ce!23492
-
Nick Thomas authored
Bump the gitaly version to 1.7.0 Closes #44431 See merge request gitlab-org/gitlab-ce!23616
-
Nick Thomas authored
-
Douwe Maan authored
Fixture for forks See merge request gitlab-org/gitlab-ce!23613
-
Rémy Coutable authored
Upgrade rspec-parameterized to 0.4.1 See merge request gitlab-org/gitlab-ce!23602
-
Bob Van Landuyt authored
Changelog from gitaly: ** v1.7.0 **** Added - Add an RPC that allows repository size to be reduced by bulk-removing internal references https://gitlab.com/gitlab-org/gitaly/merge_requests/990 ** v1.6.0 **** Other - Clean up invalid keep-around refs when performing housekeeping https://gitlab.com/gitlab-org/gitaly/merge_requests/992 ** v1.5.0 **** Added - Add tls configuration to gitaly golang server https://gitlab.com/gitlab-org/gitaly/merge_requests/932 **** Fixed - Fix TLS client code on macOS https://gitlab.com/gitlab-org/gitaly/merge_requests/994 **** Other - Update to latest goimports formatting https://gitlab.com/gitlab-org/gitaly/merge_requests/993 ** v1.4.0 **** Added - Link and Unlink RPCs https://gitlab.com/gitlab-org/gitaly/merge_requests/986 ** v1.3.0 *** Other - Remove unused bridge_exceptions method https://gitlab.com/gitlab-org/gitaly/merge_requests/987 - Clean up process documentation https://gitlab.com/gitlab-org/gitaly/merge_requests/984
-
Douglas Barbosa Alexandre authored
Merge branch '51101-can-add-an-existing-group-member-into-a-group-project-with-new-permissions-but-permissions-are-not-overridden' into 'master' Resolve "Can add an existing group member into a group project with new permissions but permissions are not overridden" Closes #51101 See merge request gitlab-org/gitlab-ce!23226
-
James Lopez authored
Resolve "Can add an existing group member into a group project with new permissions but permissions are not overridden"
-
Zeger-Jan van de Weg authored
Forks influence the working of GitLab, and now getting in a fork is a situation that's harder than it needs to be.
-
Andreas Brandl authored
Resolve "Database schema diff 4 - (source) Missing partial index for ci_builds in the source (index_ci_builds_project_id_and_status_for_live_jobs_partial)" Closes #53994 See merge request gitlab-org/gitlab-ce!23268
-
Phil Hughes authored
Remove close icon from projects dropdown in issue boards See merge request gitlab-org/gitlab-ce!23567
-
Andreas Brandl authored
Use partial index on `merge_request_id` Closes #54913 See merge request gitlab-org/gitlab-ce!23609
-
Rémy Coutable authored
Remove mentions of Redash See merge request gitlab-org/gitlab-ce!23598
-
Douwe Maan authored
Merge branch '52285-omniauth-jwt-provider-dont-support-rsa-ecdsa-and-other-ppk-algorithms' into 'master' Support RSA and ECDSA algorithms in Omniauth JWT provider Closes #52285 See merge request gitlab-org/gitlab-ce!23411
-
Kamil Trzciński authored
Encrypt CI/CD builds tokens Closes #52342 See merge request gitlab-org/gitlab-ce!23436
-
Kushal Pandya authored
Disable Knative for group clusters See merge request gitlab-org/gitlab-ce!23577
-
Phil Hughes authored
CE Port of "Setup IDE terminal store for environment checks" See merge request gitlab-org/gitlab-ce!23575
-
Filipa Lacerda authored
(CE-port) Resolve "Add subscription table to GitLab.com billing areas" See merge request gitlab-org/gitlab-ce!23264
-
Filipa Lacerda authored
Add top padding for nested environment items loading icon Closes #49450 See merge request gitlab-org/gitlab-ce!23580
-
Rémy Coutable authored
Fix deprecation: You are passing an instance of ActiveRecord::Base to find See merge request gitlab-org/gitlab-ce!23369
-
Shinya Maeda authored
-
Mike Greiling authored
Correct link to group clusters docs See merge request gitlab-org/gitlab-ce!23606
-
Thong Kuah authored
Not project clusters
-
Stan Hu authored
rspec-parameterized 0.4.0 fails spectacularly with Ruby 2.5.3 with the following error: ``` RuntimeError: No such frame, gone beyond end of stack! ``` This happens because of a Ruby bug in https://bugs.ruby-lang.org/issues/15105. The binding_of_caller gem induces this failure. This upgrade switches to the binding_of_ninja gem, which does not have the same problem.
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
- 05 Dec, 2018 11 commits
-
-
Mike Greiling authored
Resolve "Include tags into pipeline detail view" Closes #54336 See merge request gitlab-org/gitlab-ce!23364
-
Scott Hampton authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Paul Slaughter authored
- This is needed by the Web Terminal to check environment
-
Paul Slaughter authored
-
Paul Slaughter authored
-
Paul Slaughter authored
- Also creates ide_helper for ide_data which can be extended in EE
-
Stan Hu authored
An unknown public GPG key will result in a GPGME::Error thrown from gpg, which would cause an Error 500 on the signatures endpoint. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54729
-
Stan Hu authored
Related links: * https://gitlab.com/gitlab-com/Product/issues/5 * https://gitlab.com/meltano/looker/issues/294
-
Filipa Lacerda authored
Fixed expanding diff commit files Closes #50662 See merge request gitlab-org/gitlab-ce!23591
-