| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
Update Health Check typo & adjust formatting
See merge request gitlab-org/gitlab-ce!25722
|
| |
| |
| |
| |
| | |
Adjusted a few different areas per Evan R's suggestions within the open
MR for this branch.
|
| |
| |
| |
| |
| | |
Removed the `/-/health/` typo (results in 404) and adjusted some
formatting.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Conflicts:
doc/ci/variables/README.md
spec/models/ci/pipeline_spec.rb
|
|\ \
| | |
| | |
| | |
| | | |
sidekiq: terminate child processes at shutdown
See merge request gitlab-org/gitlab-ce!25669
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Sidekiq jobs frequently spawn long-lived child processes to do work.
In some circumstances, these can be reparented to init when sidekiq is
terminated, leading to duplication of work and strange concurrency
problems.
This commit changes sidekiq so that, if run as a process group leader,
it will forward `INT` and `TERM` signals to the whole process group. If
the memory killer is active, it will also use the process group when
resorting to `kill -9` to shut down.
These changes mean that a naive `kill <pid-of-sidekiq>` will now do the
right thing, killing any child processes spawned by sidekiq, as long as
the process supervisor placed it in its own process group.
If sidekiq isn't a process group leader, this new code is skipped.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Bring back Rugged implementation of find_commit
See merge request gitlab-org/gitlab-ce!25477
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This brings back some of the changes in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20339.
For users using Gitaly on top of NFS, accessing the Git data directly
via Rugged is more performant than Gitaly. This merge request introduces
the feature flag `rugged_find_commit` to activate Rugged paths.
There are also Rake tasks `gitlab:features:enable_rugged` and
`gitlab:features:disable_rugged` to enable/disable these feature
flags altogether.
Part of four Rugged changes identified in
https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allow to recursively expand includes
Closes #55937 and #56836
See merge request gitlab-org/gitlab-ce!24356
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
This change introduces a support for nesting the includes,
allowing to evaluate them in context of the target,
by properly respecting the relative inclusions and user permissions
of another projects, or templates.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Corrected Spelling Typos
See merge request gitlab-org/gitlab-ce!25717
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Minor grammar fix in docker.md documentation
See merge request gitlab-org/gitlab-ce!25640
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fix a wrong link on group-level cluster doc page
See merge request gitlab-org/gitlab-ce!25693
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |_|/ / / /
|/| | | | | |
|
| | | | | | |
|
| | | | | | |
|
|/ / / / / |
|
| | | | | |
|
| |/ / /
|/| | | |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update convdev.md for clarity
See merge request gitlab-org/gitlab-ce!25626
|
| | |/
| |/|
| | |
| | | |
Clarified how instance statistics are presented.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Docs: Replace issue with a link to the feature
See merge request gitlab-org/gitlab-ce!25670
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Increase jupyter seo
See merge request gitlab-org/gitlab-ce!25663
|
| | | | | |
|
| |/ / /
|/| | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
bin/background_jobs: use pgroups
Closes #40396
See merge request gitlab-org/gitlab-ce!25654
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Show header and footer system messages in email
Closes #56863
See merge request gitlab-org/gitlab-ce!25474
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Add email_header_and_footer_enabled flag to appearances table
* Set email_header_and_footer_enabled default value to false
* Add checkbox to appearance to toggle show header and footer in emails
* Add email_header_and_footer_enabled to allowed params in controller
* Add header and footer messages to the html and text email layouts
* Remove the color styling for emails header and footer
* Add empty_mailer layout for emails without layout,
to have the header and footer applied
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Add docs for EE components in CE components
See merge request gitlab-org/gitlab-ce!25649
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Update best_practices.md let section to also reference let! variables.
See merge request gitlab-org/gitlab-ce!22496
|
| | | | | |
|
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Bring back mentions of Redash
See merge request gitlab-org/gitlab-ce!25618
|
| | |/ /
| |/| |
| | | |
| | | |
| | | | |
This reverts commit 676e0a3260a216d72131aa963f421c02042b93c1.
It was removed when we thought we were moving to Looker.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
This change adds developer documentation on using distributed tracing
using Jaeger.
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve "Project fetch statistics API (HTTP only)"
Closes #42086
See merge request gitlab-org/gitlab-ce!23596
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The API get projects/:id/traffic/fetches allows user with write
access to the repository to get the number of clones for the
last 30 days.
|