| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
It used to be the case that GitLab created symlinks for each repository
to one copy of the Git hooks, so these ran when required. This changed
to set the hooks dynamically on Gitaly when invoking Git.
The side effect is that we didn't need all these symlinks anymore, which
Gitaly doesn't create anymore either. Now that means that the tests in
GitLab-Rails should test for it either.
Related: https://gitlab.com/gitlab-org/gitaly/issues/1392#note_175619926
|
|
|
|
|
|
|
| |
It assures that requests are aborted after 60 seconds, otherwise
an exception is raised. This exception is logged by Sentry, also
there is a Prometheus counter for measuring number of requests in each
state.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'61639-flaky-spec-issue-boards-labels-creates-project-label-spec-features-boards-sidebar_spec-rb-350' into 'master'
Fix dropdown position when loading remote data
Closes #61639
See merge request gitlab-org/gitlab-ce!28526
|
| |
| |
| |
| | |
Also fixes flaky spec
|
| |
| |
| |
| |
| | |
- On Operations settings page
- On Metrics dashboard page
|
| |
| |
| |
| |
| | |
This sampler gathers Puma-specific metrics which can be used by
Prometheus then.
|
| |
| |
| |
| | |
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
|
|\ \
| | |
| | |
| | |
| | | |
Added repository file listing breadcrumbs
See merge request gitlab-org/gitlab-ce!28706
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Allow downloading report artifacts
Closes #49265
See merge request gitlab-org/gitlab-ce!27974
|
| | |
| | |
| | |
| | |
| | | |
Extracts combining the job_artifacts relation with the with_reports
scope for getting report artifacts into a method.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Exposes report download paths in build details.
|
| | | |
|
| | |
| | |
| | |
| | | |
Revert useless timeout added in karma spec
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add notify_only_default_branch option to PipelinesEmailService
Closes #61721
See merge request gitlab-org/gitlab-ce!28271
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Implement dynamic validation on QA Pages
Closes gitlab-qa#280
See merge request gitlab-org/gitlab-ce!25704
|
| | |
| | |
| | |
| | |
| | |
| | | |
Elements now have the ability to be required on pages or not
Currently using the default wait mechanism
Altered the ElementWithPattern Cop to fit new splat for init
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Increase timeout of flaky specs
Closes #62399
See merge request gitlab-org/gitlab-ce!28820
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update document title when repository router changes
See merge request gitlab-org/gitlab-ce!28714
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since label presenter is used in label index view, label class
check doesn't work as expected because the class is now LabelPresenter.
Also `label.subject` doesn't work as expected now because Label's model
`subject` method is shadowed by Gitlab's presenter's method which uses
`subject` for referencing the original object.
Instead we use a presenter's method for both checks now.
`label_deletion_confirm_text` is not used anywhere so it's removed
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Enables GraphQL batch requests
See merge request gitlab-org/gitlab-ce!28273
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Enabling GraphQL batch requests allows for multiple queries
to be sent in 1 request reducing the amount of requests
we send to the server.
Responses come come back in the same order as the queries were
provided.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'61511-add-expand-collapse-to-project-operation-setttings-2' into 'master'"
This reverts merge request !28620
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Move more project routes under /-/ scope
See merge request gitlab-org/gitlab-ce!28717
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Affected routes are:
* autocomplete_sources
* project_members
* deploy_keys
* deploy_tokens
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use source ref in pipeline webhook
Closes #61553
See merge request gitlab-org/gitlab-ce!28772
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When user uses Pipelines for merge requests, the pipeline is a run on
a merge request ref instead of branch ref. However, we should send
source ref as a webhook in order to respect the original behavior.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Before this fix, a suggestion which just removes
an empty line wasn't appliable
|
| | | | |
| | | | |
| | | | |
| | | | | |
Add ability to expand/collapse operation settings
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Improve performance of jobs controller show
Closes #60708
See merge request gitlab-org/gitlab-ce!28093
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
backstage/gb/improve-jobs-controller-performance
* commit '2d980fadb8fe6c54ebcbb56130c88aae2832c9c6': (51 commits)
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes style lint errors
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Updates tests
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|