- 09.07.2019 1 коммит
-
-
Cindy Pallares создал
The installation link has changed from /installation/ to /install/. This commit will update all the remaining links that are missing.
-
- 08.07.2019 1 коммит
-
-
Marcel Amirault создал
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
-
- 04.07.2019 1 коммит
-
-
Marcel Amirault создал
After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
-
- 19.06.2019 1 коммит
-
-
- 11.06.2019 1 коммит
-
-
- 05.06.2019 1 коммит
-
-
Marcel Amirault создал
-
- 07.05.2019 1 коммит
-
-
Robert Marshall создал
- Document how to properly configure `GITLAB_LICENSE_FILE` environment variable in source and omnibus installations. Resolves: https://gitlab.com/gitlab-org/gitlab-ee/issues/10808 Signed-off-by:
Robert Marshall <rmarshall@gitlab.com>
-
- 06.05.2019 1 коммит
-
-
Marcel Amirault создал
-
- 05.05.2019 1 коммит
-
-
Marcel Amirault создал
-
- 15.03.2019 1 коммит
-
-
Wei-Meng Lee создал
-
- 04.03.2019 1 коммит
-
-
Marcel Amirault создал
-
- 22.02.2019 1 коммит
-
-
Evan Read создал
-
- 21.02.2019 1 коммит
-
-
Marcia Ramos создал
- Fix "introduced in" note - Add missing links - Remove unnecessary hrs - Wording - Feature badge (admin only)
-
- 20.02.2019 1 коммит
-
-
Marcel Amirault создал
-
- 18.02.2019 1 коммит
-
-
Evan Read создал
-
- 06.02.2019 1 коммит
-
-
Jan Provaznik создал
Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
-
- 05.02.2019 1 коммит
-
-
Nick Thomas создал
-
- 30.01.2019 1 коммит
-
-
Evan Read создал
-
- 24.01.2019 1 коммит
-
-
Evan Read создал
-
- 06.12.2018 1 коммит
-
-
Luke Bennett создал
Add documentation for both admins (/user/admin_area/abuse_reports.md) and non-admins (/user/abuse_reports.md) to help them use the abuse reports feature
-
- 17.10.2018 1 коммит
-
-
James Lopez создал
-
- 09.10.2018 1 коммит
-
-
Michael Bisbjerg создал
-
- 01.10.2018 1 коммит
-
-
Oswaldo Ferreira создал
- Creates a new column to hold the single patch limit value on application_settings - Allows updating this value through the application_settings API - Calculates single diff patch collapsing limit based on diff_max_patch_bytes column - Updates diff limit documentation - Adds documentation (with warning) as of how one can update this limit
-
- 24.09.2018 1 коммит
-
-
- 06.09.2018 1 коммит
-
-
Brett Walker создал
-
- 31.08.2018 1 коммит
-
-
Mike Lewis создал
-
- 16.08.2018 1 коммит
-
-
Luke Bennett создал
-
- 31.07.2018 1 коммит
-
-
Francisco Javier López создал
-
- 30.07.2018 3 коммита
-
-
Francisco Javier López создал
-
Francisco Javier López создал
-
Francisco Javier López создал
-
- 10.07.2018 1 коммит
-
-
Dennis Tang создал
-
- 03.07.2018 1 коммит
-
-
Marcel Amirault создал
-
- 06.06.2018 1 коммит
-
-
Alexis Reigel создал
-
- 09.05.2018 1 коммит
-
-
Marcia Ramos создал
-
- 04.05.2018 1 коммит
-
-
Bob Van Landuyt создал
This enforces the terms in the web application. These cases are specced: - Logging in: When terms are enforced, and a user logs in that has not accepted the terms, they are presented with the screen. They get directed to their customized root path afterwards. - Signing up: After signing up, the first screen the user is presented with the screen to accept the terms. After they accept they are directed to the dashboard. - While a session is active: - For a GET: The user will be directed to the terms page first, after they accept the terms, they will be directed to the page they were going to - For any other request: They are directed to the terms, after they accept the terms, they are directed back to the page they came from to retry the request. Any information entered would be persisted in localstorage and available on the page.
-
- 16.04.2018 1 коммит
-
-
Marcia Ramos создал
-
- 06.04.2018 1 коммит
-
-
- 04.04.2018 1 коммит
-
-
Eric Eastwood создал
Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/4474 Conflicts: db/schema.rb ee/app/controllers/ee/admin/application_settings_controller.rb ee/app/helpers/ee/application_settings_helper.rb ee/app/models/ee/application_setting.rb ee/app/models/license.rb ee/app/views/layouts/service_desk.html.haml ee/app/views/notify/approved_merge_request_email.html.haml ee/app/views/notify/service_desk_new_note_email.text.erb ee/app/views/notify/service_desk_thank_you_email.text.erb ee/app/views/notify/unapproved_merge_request_email.html.haml ee/lib/ee/api/entities.rb ee/spec/controllers/admin/application_settings_controller_spec.rb ee/spec/models/application_setting_spec.rb ee/spec/requests/api/settings_spec.rb lib/api/settings.rb spec/mailers/previews/notify_preview.rb
-
- 28.03.2018 1 коммит
-
-
Marcia Ramos создал
-