- 01 Aug, 2018 1 commit
-
-
Bob Van Landuyt authored
-
- 30 Jul, 2018 6 commits
-
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Winnie Hellmann authored
-
Bob Van Landuyt authored
Since the frontend for this feature isn't ready, better to hide the confusing field behind a feature flag.
-
Bob Van Landuyt authored
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
-
Bob Van Landuyt authored
This can be done trough the API for the current user, or on the profile page.
-
- 25 Jul, 2018 26 commits
-
-
Bob Van Landuyt authored
This model will hold the status of a user, including these fields: - emoji: always present, with a default value - user: always present, foreign key to user - message: optional, maximum length of 100 The table also stores - cached_markdown_version - message_html For rendering markdown in the `message` field.
-
Rémy Coutable authored
Enable rubocop for db/**/* and ee/db/**/* Closes #49582 See merge request gitlab-org/gitlab-ce!20834
-
Rémy Coutable authored
Back port ReactiveCaching See merge request gitlab-org/gitlab-ce!20836
-
Marcia Ramos authored
doc: Configuring and initializing Helm Tiller Closes #49025 See merge request gitlab-org/gitlab-ce!20515
-
Marcia Ramos authored
Prefer using direct links in docs styleguide See merge request gitlab-org/gitlab-ce!20832
-
Shinya Maeda authored
-
Lin Jen-Shin authored
-
Douwe Maan authored
Adds rack attack disabled by default notice to documentation See merge request gitlab-org/gitlab-ce!20833
-
Douwe Maan authored
Disable Rack Attack by default Closes #40973 See merge request gitlab-org/gitlab-ce!16669
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Rémy Coutable authored
Enable frozen string in presenters and policies See merge request gitlab-org/gitlab-ce!20819
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Rémy Coutable authored
i18n: externalize strings from 'app/views/layouts' See merge request gitlab-org/gitlab-ce!19766
-
Rémy Coutable authored
Bump html-pipeline to 2.8.4 See merge request gitlab-org/gitlab-ce!20828
-
Phil Hughes authored
Replace snake case in SCSS variables See merge request gitlab-org/gitlab-ce!20799
-
Sean McGivern authored
Use limit parameter to retrieve Wikis from Gitaly See merge request gitlab-org/gitlab-ce!20764
-
Achilleas Pipinellis authored
Fix missing ` in users.md See merge request gitlab-org/gitlab-ce!20817
-
Phil Hughes authored
Replace author_link snake case in stylesheets, specs, and helpers Closes #30921 See merge request gitlab-org/gitlab-ce!20797
-
Achilleas Pipinellis authored
-
Rémy Coutable authored
Add frozen_string_literal to migration templates See merge request gitlab-org/gitlab-ce!20829
-
Achilleas Pipinellis authored
Update doc/ci/docker/using_docker_build.md Closes #48691 See merge request gitlab-org/gitlab-ce!20426
-
Tobias Hernstig authored
-
Stan Hu authored
Part of #47424
-
Stan Hu authored
In 2.8.3, it was possible to modify a constant without knowing it, which led to a major performance regression (https://gitlab.com/gitlab-org/gitlab-ce/issues/49409). Now attempting to modify the HTML::Pipeline::SanitizationFilter.WHITELIST will result in "can't modify frozen Hash". See https://github.com/jch/html-pipeline/pull/299.
-
- 24 Jul, 2018 7 commits
-
-
Stan Hu authored
Add example output for file integrity check rake task Closes #49244 See merge request gitlab-org/gitlab-ce!20825
-
Stan Hu authored
Fix: redirect non-SSL request for gitlab registry to valid URL See merge request gitlab-org/gitlab-ce!20824
-
Michael Kozono authored
-
jelhan authored
HTTP host and URI should not be separated by a colon. Generated URLs was looking like http://registry.examples.com:/foo. That is throwing up let's encrypt cert requests for gitlab registry.
-
Stan Hu authored
Without this parameter, every load of a Wiki page will load all the Wiki pages in the repository for the sidebar. This is a significant performance penalty that can significant slow the display of all Wiki pages. Relates to #40101
-
George Tsiolis authored
-
George Tsiolis authored
-