| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The pages are created when build artifacts for `pages` job are uploaded
- Pages serve the content under: http://group.pages.domain.com/project
- Pages can be used to serve the group page, special project named as host: group.pages.domain.com
- User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project
- Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings
- The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB)
- The public/ is extracted from artifacts and content is served as static pages
- Pages asynchronous worker use `dd` to limit the unpacked tar size
- Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml
- Pages are part of backups
- Pages notify the deployment status using Commit Status API
- Pages use a new sidekiq queue: pages
- Pages use a separate nginx config which needs to be explicitly added
|
| |\
| |
| |
| |
| |
| |
| | |
Resolve "Document that auto deploy only works for public projects"
Closes #27474
See merge request !8897
|
| | | |
|
| | | |
|
| |\ \
| |/
|/|
| |
| | |
Services changed to Integrations
See merge request !8686
|
| | | |
|
| | |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Ignore encrypted attributes in Import/Export
Closes #24458
See merge request !8739
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Regenerates tokens for all models that have them
* Remove variables, since they are basically just storing encrypted data
* Bumped version up to 0.1.6
* Updated related docs
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
Document how to vue
See merge request !8866
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Puts back trailing whitespace
Changes after review
Changes after review
Adds Changelog entry
Follow documentation styleguide
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
Fix the documentation to use the correct variable in a code example
See merge request !8585
|
| | | |
| | |
| | |
| | |
| | |
| | | |
It said `<slug>.review.example.com` at one place,
`review-<slug>.example.com` elsewhere, and no mention of `review`
at all in other places. We now leave out `review` everywhere.
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
add information that docker registry storage needs to be accessible for docker clients
See merge request !8179
|
| | | | |
| | | |
| | | |
| | | | |
docker clients
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Changed composer installer script in the CI PHP example doc
See merge request !8817
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The script will check some php.ini settings warn you if they
are set incorrectly, and then download the latest composer.phar
in the current directory. These lines will, in order:
- Download the installer SHA-384 to the current directory
- Download the installer to the current directory
- Verify the installer SHA-384 which you can also cross-check https://composer.github.io/pubkeys.html
- Run the installer
- Remove the installer & the installer SHA-384
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip] UX guide: clean up term tables in copy
[ci skip] UX guide: update dropdown max height for multiline items
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add rspec_profiling to the rspec environment
Closes #23034
See merge request !7854
|
| | | | | |
| | | | |
| | | | |
| | | | | |
environment
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Document "No gems fetched from git repositories" policy [ci skip]
See merge request !8818
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change repository storage paths location for clarity
See merge request !8757
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also remove duplicate link in the index to that documentation
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Simplify wording in "adding an image" docs
See merge request !8819
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
Update repository check documentation
See merge request !8815
|
| | | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
The documentation seemed to be out of date with
actual defaults in configuration and code.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update two_factor_authentication.md
See merge request !8814
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
I wanted to practice GFM markdown, so I picked this page more or
less at random. I flattened out the text a little. It's not as
interesting, but will be easier to translate. Use it if it looks
like an improvement. If not, at least I got some practice out of the deal!
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Added hint about the execution order of before_script and artifact restoration.
See merge request !8811
|
| | | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add a system hook for when a project is updated.
See merge request !5711
|
| | |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This sends a project_update hook when a repo is updated. This does not include
renaming or transferring a project. Those are covered by project_rename and
project_transfer. This will get called, however, when the visibility is
changed.
|
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
make a note to highlight 2FA needs time sync'd
See merge request !8810
|
| | |/ / / / / |
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
add an other ldap configuration example
See merge request !6773
|
| | | | | | | |
|
| | | | | | | |
|