- 04 Jul, 2017 4 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
in favor of whitelist that will be used to control the access to monitoring resources
-
Paweł Chojnacki authored
-
- 28 Jun, 2017 4 commits
-
-
Douwe Maan authored
-
Mike Greiling authored
move webpack publicPath setup earlier in the bootstrap processes to avoid ES module execution order issues
-
Mike Greiling authored
-
Annabel Dunstone Gray authored
-
- 26 Jun, 2017 2 commits
-
-
blackst0ne authored
-
Phil Hughes authored
Additional metrics dashboard See merge request !11740
-
- 22 Jun, 2017 5 commits
-
-
Robert Speicher authored
This reverts commit 95138a9c, reversing changes made to 66aad16d.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
So the method can be used in a `create_table` block. There is a new Rubocop style cop that requires the usage of `datetime_with_timezone`.
-
Nick Thomas authored
-
- 21 Jun, 2017 3 commits
-
-
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>
-
Grzegorz Bizon authored
-
Phil Hughes authored
Start of the new navigation by redesigning just the top navigation menu. This is only shown when a cookie is set. Part of #32794
-
- 20 Jun, 2017 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 19 Jun, 2017 3 commits
-
-
Alejandro Rodríguez authored
-
Pawel Chojnacki authored
+ Set defaults correctly only for when not in production or staging + set ENV['prometheus_multiproc_dir'] in config/boot.rb instead of config.ru Test prometheus metrics unmemoized
-
Jacob Vosmaer authored
-
- 17 Jun, 2017 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 16 Jun, 2017 3 commits
-
-
Mike Greiling authored
-
Pawel Chojnacki authored
-
Sean McGivern authored
We removed calls from our code to Rugged::Repository#fetch_attributes: <https://gitlab.com/gitlab-org/gitlab_git/commit/340e111e040ae847b614d35b4d3173ec48329015> However, we didn't remove calls from within Linguist. This method is only called when calculating the languages for a repository on the Charts page: <https://github.com/github/linguist/blob/v4.7.0/lib/linguist/lazy_blob.rb#L33-L36> We can safely use our own Gitlab::Git::Attributes here. On staging, for the GitLab CE repo, this makes the calculation take about a third of the time: # Before Benchmark.realtime do Linguist::Repository.new(repository.rugged, repository.rugged.head.target_id).languages end #=> 23.67193900188431 # After Benchmark.realtime do Linguist::Repository.new(repository.rugged, repository.rugged.head.target_id).languages end #=> 8.945212290156633
-
- 15 Jun, 2017 10 commits
-
-
Pawel Chojnacki authored
-
Stan Hu authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
Let the backend do the translation.
-
Simon Knox authored
-
Stan Hu authored
Adds support for https://gitlab.com/gitlab-com/infrastructure/issues/57
-
- 14 Jun, 2017 2 commits
-
-
Mike Greiling authored
-
Filipa Lacerda authored
-