- Feb 15, 2018
-
-
r00t0vi4 authored
Matomo core developers are recommended to use "js/" instead of "piwik.js" and "piwik.php": - js/index.php (or implicitly as "js/") can be used to serve up the minified piwik.js; - it supports conditional-GET and Last-Modified, so piwik.js can be cached by the browser; - it supports deflate/gzip compression if your web server (e.g., Apache without mod_deflate or mod_gzip), shrinking the data transfer to 8K; - js/index.php (or implicitly as "js/") can also act as a proxy to piwik.php; - If you are concerned about the impact of browser-based privacy filters which attempt to block tracking, you can change your tracking code to use "js/" instead of "piwik.js" and "piwik.php", respectively. https://github.com/matomo-org/matomo/blob/3.x-dev/js/README.md
-
- Feb 14, 2018
-
-
Jarka Kadlecova authored
-
- Feb 13, 2018
-
-
Andreas Brandl authored
This essentially allows to pass both user and email, so that we can either prefer the user to retrieve the avatar or (if user is not present) fall back to the email lookup.
-
Andreas Brandl authored
We want to drop the generic #avatar_icon helper that supports both an email and a user object being passed in. Instead, we want to explicitly use the #avatar_icon_for_user and #avatar_icon_for_email helpers depending on what we have at hand. This allows us to avoid unnecessary database queries (e.g. call User.find_by_any_email if we already have the user). In situations like here, this makes it less convenient to use.
-
Andreas Brandl authored
We need to keep the email lookup as we want to fall back to displaying the gravatar result for a given email if the user does not exist.
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
-
- Feb 12, 2018
-
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
Onuwa Nnachi Isaac authored
-
Winnie Hellmann authored
-
- Feb 09, 2018
-
-
Onuwa Nnachi Isaac authored
-
Filipa Lacerda authored
-
-
- Feb 08, 2018
-
-
Lin Jen-Shin authored
-
Shah El-Rahman authored
-
Shah El-Rahman authored
-
Shah El-Rahman authored
-
Shah El-Rahman authored
-
- Feb 07, 2018
-
-
Zeger-Jan van de Weg authored
The refs hash is used to determine what branches and tags have a commit as head in the network graph. The previous implementation depended on Rugged#references. The problem with this implementation was that it depended on rugged, but also that it iterated over all references and thus loading more data than needed if for example the project uses CI/CD environments, Pipelines, or Merge Requests. Given only refs are checked the network cares about the GraphHelper#refs method has no need to reject those, simplifying the method. Closes gitlab-org/gitaly#880
-
-
Kushal Pandya authored
-
Pawel Chojnacki authored
-
- Feb 06, 2018
-
-
Andreas Brandl authored
Closes #40755.
-
Mike Greiling authored
-
Resolve "Add a link to documentation on how to get external ip in the Kubernetes cluster details page"
-
George Tsiolis authored
-
Winnie Hellmann authored
-
-
- Feb 05, 2018
-
-
Annabel Dunstone Gray authored
-
Eric Eastwood authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/39118 Conflicts: app/views/ci/variables/_form.html.haml app/views/ci/variables/_table.html.haml ee/app/views/ci/variables/_environment_scope.html.haml spec/javascripts/ci_variable_list/ci_variable_list_ee_spec.js spec/javascripts/fixtures/projects.rb
-
Eric Eastwood authored
From https://gitlab.com/gitlab-org/gitlab-ce/issues/36760 Was reverted in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14373
-
Francisco Javier López authored
-
Jacopo authored
-
Clement Ho authored
-
- Feb 02, 2018
-
-
Mario de la Ossa authored
-
George Tsiolis authored
- Change button group width on mobile to 100% - Added scrolling container to activity top area secondary navigation - Added bottom border to top-area nav-links to separate them from nav-controls
-