Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-15Merge branch 'docs/autodevops-admin' into 'master'Marcia Ramos
Document how to enable/disable Auto DevOps at the instance level Closes #49820 See merge request gitlab-org/gitlab-ce!21139
2018-09-14Document how to enable Auto DevOps at the instance levelAchilleas Pipinellis
2018-09-06Resolve "CE documentation is not CommonMark compliant"Brett Walker
2018-09-06Add link to EE MRAchilleas Pipinellis
2018-09-06link formatting and typoJames Komara
2018-08-27Compress all PNG images under doc/Achilleas Pipinellis
The pngquant tool was used https://pngquant.org, and particularly, the following command: /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png Before: 47584K After : 34924K
2018-08-17doc: ci/yaml expire_in: the value is in secondsElan Ruusamäe
2018-08-16Instance statistics docsLuke Bennett
2018-07-31Fix typo in health check documentationStan Hu
Closes #49733
2018-07-30Merge branch 'sh-simplify-liveness-check' into 'master'Robert Speicher
Add /-/health basic health check endpoint See merge request gitlab-org/gitlab-ce!20456
2018-07-29Remove references to FS Shard check from the docsZeger-Jan van de Weg
These checks were a no op on Cloud native environments, and the checks were migrated as part of: https://gitlab.com/gitlab-org/gitaly/merge_requests/767 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49725
2018-07-29Use /-/health instead of breaking /-/livenessStan Hu
2018-07-29Simplify /-/liveness check to avoid connecting to the databaseStan Hu
The previous implementation would hit the database each time and provide a dummy response. If the database goes down, this means all application workers would be taken out of service. Simplify this check by using a Rails middleware that intercepts this endpoint and returns a 200 response.
2018-07-10Resolve "Disable GCP free credit banner at instance level"Dennis Tang
2018-06-25Docs broken linksMarcel Amirault
2018-06-08Users can accept terms during registrationBob Van Landuyt
When a user checks the `accept` checkbox, we will track that acceptance as usual. That way they don't need to accept again after they complete the registration. When an unauthenticated user visits the `/-/users/terms` page, there is no button to accept, decline or continue. The 'current-user menu' is also hidden from the top bar.
2018-05-18Chmod 644 on offending filesAchilleas Pipinellis
2018-05-09Docs: fix duplicate titlesMarcia Ramos 🚫 (OOO - back on May 21)
2018-05-04Enforces terms in the web applicationBob 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.
2018-04-27Fixed typosPascal Borreli
2018-04-05Merge branch '44389-always-allow-http-for-ci-git-operations' into 'master'Kamil Trzciński
Resolve "Allow HTTPS cloning by Runners if it is disabled for users" Closes #44389 See merge request gitlab-org/gitlab-ce!18021
2018-04-05Update documentationTomasz Maczukin
2018-04-04Add custom additonal email text to all emailsEric 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
2018-03-07Clarify version check in admin settingsSean McGivern
2018-02-21Revert "Merge branch 'tc-info-version-check' into 'master'"Victor Wu
This reverts merge request !17257
2018-02-21Add more info about data collected when version check is enabledToon Claes
2018-01-18Update ConvDev Index docs w better screenshotJames Ramsay
2017-09-30remove periodBen Bodenmiller
[skip ci]
2017-09-08Correctly link ConvDev Index nav links to its controller.Bryce Johnson
2017-07-16Split docs on IP whitelist for monitoring accessAchilleas Pipinellis
2017-07-16Update health check docsAchilleas Pipinellis
2017-07-10Differentiate shared test context using options hash instead of subject.Pawel Chojnacki
+ fix typos, and capitalization + point configuration to `gitlab.rb` as well
2017-07-06Limit docs line lenghtPawel Chojnacki
2017-07-05Bring back healthcheck token access to monitoring resources, but mark this ↵Pawel Chojnacki
as deprecated
2017-06-16Copyedit ConvDev docsAchilleas Pipinellis
2017-06-15convdev docsVictor Wu
2017-05-22removes unnecessary redundacy in usage ping docJob van der Voort
2017-05-22change domain to hostname in usage ping docJob van der Voort
2017-05-11update the documentation to reflect upcoming changes to the usage pingJob van der Voort
2017-05-11Allow disabling usage ping in `gitlab.yml`Sean McGivern
Setting `usage_ping_enabled` to false in `gitlab.yml`: 1. Disables the usage ping, regardless of the value stored in the database. 2. Prevents the usage ping from being enabled through the admin panel. It can only be enabled by either removing the line from `gitlab.yml` and configuring through the admin panel, or setting it to true in `gitlab.yml`.
2017-04-29fix link to MR 10416Ben Bodenmiller
2017-04-26correct documentation on opt-out-ness of usage pingJob van der Voort
2017-04-25Add Health Check DocumentationJoshua Lambert
2017-04-20Fixed wordingRegis Freyd
2017-04-20Fix headingsRegis Freyd
2017-04-20Add more information in the User cohort documentationRegis Freyd
We needed to clarify what inactive users are.
2017-04-18Add uploads and fix privacy policy wordingSean McGivern
2017-04-14Add missing links in the documentationRegis Freyd
2017-04-14Tidy up usage ping and cohorts docsSean McGivern
2017-04-14Move documentation as per Axil commentRegis Freyd