Commit Graph

21 Commits

Author SHA1 Message Date
GitLab Bot bd497e352e Add latest changes from gitlab-org/gitlab@master 2020-02-12 12:09:01 +00:00
GitLab Bot b4ded0ba7b Add latest changes from gitlab-org/gitlab@master 2020-02-10 09:08:56 +00:00
GitLab Bot 23288f62da Add latest changes from gitlab-org/gitlab@master 2020-01-29 15:08:59 +00:00
GitLab Bot 5cef625594 Add latest changes from gitlab-org/gitlab@master 2020-01-28 03:08:39 +00:00
GitLab Bot 411cc77938 Add latest changes from gitlab-org/gitlab@master 2020-01-24 18:09:00 +00:00
GitLab Bot 3f9e1b2611 Add latest changes from gitlab-org/gitlab@master 2020-01-23 15:08:46 +00:00
GitLab Bot 6593f1f627 Add latest changes from gitlab-org/gitlab@master 2019-12-24 09:07:44 +00:00
GitLab Bot 8e22ef10e4 Add latest changes from gitlab-org/gitlab@master 2019-12-12 06:07:42 +00:00
GitLab Bot 93c6764dac Add latest changes from gitlab-org/gitlab@master 2019-12-09 12:07:58 +00:00
GitLab Bot a68e9d3318 Add latest changes from gitlab-org/gitlab@master 2019-11-20 12:06:01 +00:00
GitLab Bot fbeeb1478c Add latest changes from gitlab-org/gitlab@master 2019-10-22 06:06:38 +00:00
GitLab Bot f1bb2a307e Add latest changes from gitlab-org/gitlab@master 2019-10-21 18:06:29 +00:00
GitLab Bot 154bb6a409 Add latest changes from gitlab-org/gitlab@master 2019-09-14 12:05:58 +00:00
John Cai 15227e633f Adding gitaly feature flag for go implementation of get all lfs pointers 2019-08-23 11:22:29 -07:00
Paul Okstad d7ae3efb87 Add Gitaly info-ref cache feature flags 2019-08-22 06:53:14 +00:00
Felipe Artur 2aac2e828b Uncomment get_commit_signatures feature flag 2019-08-19 15:40:58 -03:00
GitalyBot 3c5647bd57 Upgrade Gitaly to v1.59.0 2019-08-13 05:54:12 +00:00
John Cai c77d7837bb Remove catfile cache feature flag 2019-07-15 11:32:56 -07:00
Felipe Artur f7a92ff528 Add GetCommitSignatures feature flag
Adds feature flag for GetCommitSignatures which
got ported to go.

More info: https://gitlab.com/gitlab-org/gitaly/merge_requests/1283
2019-06-28 13:44:01 -03:00
Zeger-Jan van de Weg 4dfaaf40b9
Turn on Cat-File cache by default
The feature flag has been introduced an was turned off by default,
now the it will default to be turned on. That change would still allow
users to turn this feature off by leveraging the Rails console by
running:

`Feature.disable("gitaly_catfile-cache")`

Another option is to manage the number of items the LRU cache will
contain, by updating the `config.toml` for Gitaly. This would be the
`catfile_cache_size`:
0dcb5c579e/config.toml.example (L27)

Closes: https://gitlab.com/gitlab-org/gitaly/issues/1712
2019-06-18 13:33:43 +02:00
Zeger-Jan van de Weg 968674e417
Move Gitaly feature flag logic to Feature::Gitaly
The GitalyClient held a lot of logic which was all very tightly coupled.
In this instance the feature logic was extracted to make it do just a
little less and create a bit more focus in the GitalyClient's
responsibilies.
2019-06-18 13:18:18 +02:00