| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
'master'
Add docs explaining why you get signed out with "Remember me" checked
See merge request gitlab-org/gitlab-ce!15756
|
| |
| |
| |
| | |
See https://gitlab.slack.com/archives/C101F3796/p1512486640000434
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Moving the check out of the general requests, makes sure we don't have
any slowdown in the regular requests.
To keep the process performing this checks small, the check is still
performed inside a unicorn. But that is called from a process running
on the same server.
Because the checks are now done outside normal request, we can have a
simpler failure strategy:
The check is now performed in the background every
`circuitbreaker_check_interval`. Failures are logged in redis. The
failures are reset when the check succeeds. Per check we will try
`circuitbreaker_access_retries` times within
`circuitbreaker_storage_timeout` seconds.
When the number of failures exceeds
`circuitbreaker_failure_count_threshold`, we will block access to the
storage.
After `failure_reset_time` of no checks, we will clear the stored
failures. This could happen when the process that performs the checks
is not running.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'master'
Dependency validator
Closes #34834
See merge request gitlab-org/gitlab-ce!14009
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
'40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settings' into 'master'
Resolve "Remove the checkbox for starting a new pipeline in Auto DevOps settings"
Closes #40761
See merge request gitlab-org/gitlab-ce!15714
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
CE backport of "ProtectedBranches API handles per user/group granularity"
See merge request gitlab-org/gitlab-ce!15747
|
| | | |
| | | |
| | | |
| | | |
| | | | |
In EE we now allow individual users/groups to be set on POST, which required some refactoring.
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3516
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Rename GKE as Kubernetes Engine
Closes #40537
See merge request gitlab-org/gitlab-ce!15608
|
| | |_|/
| |/| | |
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Docs: Update permissions
Closes #40143
See merge request gitlab-org/gitlab-ce!15730
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Assign issues and MRs
- Label issues and MRs
- Reorder a couple of items in the table to go from unchecked to checked
- Add/remove spaces so that the dividers stay in the same column in the
file
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Updating trouble shooting links
See merge request gitlab-org/gitlab-ce!15685
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add slack app case to docs
See merge request gitlab-org/gitlab-ce!15729
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add custom brand text on new project pages
Closes #15265
See merge request gitlab-org/gitlab-ce!15541
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add ApplicationWorker and make every worker include it
See merge request gitlab-org/gitlab-ce!15632
|
| | | | | |
|
| | | | | |
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Create merge request from email
Closes #32878
See merge request gitlab-org/gitlab-ce!13817
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* new merge request can be created by sending an email to the specific
email address (similar to creating issues by email)
* for the first iteration, source branch must be specified in the mail
subject, other merge request parameters can not be set yet
* user should enable "Receive notifications about your own activity" in
user settings to receive a notification about created merge request
Part of #32878
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Clarify the docs review process and mention the supported repos
See merge request gitlab-org/gitlab-ce!15573
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Fix typo in Elasticsearch
Closes #40770
See merge request gitlab-org/gitlab-ce!15699
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add version that the mermaid support was introduced
See merge request gitlab-org/gitlab-ce!15688
|
| | |_|/
| |/| | |
|
| |/ /
|/| | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
Update google.md to reflect changes in the new Google APIs Library
See merge request gitlab-org/gitlab-ce!15633
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Update installation.md with receive.advertisePushOptions
See merge request gitlab-org/gitlab-ce!14430
|
| | | |
| | | |
| | | | |
See https://gitlab.com/gitlab-org/gitlab-ce/issues/33061#note_37473342
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
fix link that was linking to `html` instead of `md`
See merge request gitlab-org/gitlab-ce!15646
|
| | | | |
| | | | |
| | | | |
| | | | | |
(to be consistent)
|