An error occurred fetching the project authors.
- 19 Feb, 2018 1 commit
-
-
Yorick Peterse authored
Flipper already takes care of flushing cache entries when enabling/disabling features so it should be safe to increase the TTL. This in turn should drastically reduce the number of Flipper queries executed. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/40854
-
- 14 Dec, 2017 2 commits
-
-
Rémy Coutable authored
- Added an ActiveSupport (using Rails.cache) caching adapter - Overview of the new features can be found at https://johnnunemaker.com/flippin-features-at-runtime/ - Full Changelog can be found at https://github.com/jnunemaker/flipper/blob/v0.11.0/Changelog.mdSigned-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
- Added an ActiveSupport (using Rails.cache) caching adapter - Overview of the new features can be found at https://johnnunemaker.com/flippin-features-at-runtime/ - Full Changelog can be found at https://github.com/jnunemaker/flipper/blob/v0.11.0/Changelog.mdSigned-off-by:
Rémy Coutable <remy@rymai.me>
-
- 10 Jul, 2017 1 commit
-
-
Rémy Coutable authored
This is a follow-up for !12362 where this was documented but the code was removed in the last iteration. Since this can still be useful and this is already supported by the API, I think re-adding the code was the best course of action. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 07 Jul, 2017 2 commits
-
-
Rémy Coutable authored
The implementation now simply rely on the `performance_bar_allowed_group_id` Application Setting. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
The implementation now simply rely on the `performance_bar_allowed_group_id` Application Setting. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 06 Jul, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 05 Jul, 2017 1 commit
-
-
Stan Hu authored
Closes #34278
-
- 21 Jun, 2017 1 commit
-
-
Rémy Coutable authored
This ensures we make maximum one call per feature per request. See https://github.com/jnunemaker/flipper/blob/v0.10.2/docs/Optimization.md#memoizing-middlewareSigned-off-by:
Rémy Coutable <remy@rymai.me>
-