| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
Fix commenting on an existing discussion on an unchanged line that is no longer in the diff
Closes #31339
See merge request !10888
|
| |
| |
| |
| | |
longer in the diff
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Allow OAuth clients to push code
Closes #30305
See merge request !10677
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- We currently support fetching code with username = 'oauth2' and
password = <access_token>.
- Trying to _push_ code with the same credentials fails with an authentication
error.
- There's no reason this shouldn't be enabled, especially since we allow the
OAuth client to create deploy keys with push access:
https://docs.gitlab.com/ce/api/deploy_keys.html#add-deploy-key
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Make handler metric params more explicit
See merge request !10854
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix updating merge_when_build_succeeds via merge API endpoint
Closes #22740
See merge request !10873
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When updating a merge request via the `/merge` endpoint we
check the `mergeable` and `mergeable_state` status, these will return
`false` if the application option only_allow_merge_if_pipeline_succeeds is
enabled. We should skip CI checks if the request uses the
merge_when_pipeline_succeeds param
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22740
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Database SSL support for backup script.
Closes #1440
See merge request !9715
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Make location of gitlab_workhorse_secret configurable
See merge request !10357
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Hard-coding location of configuration files is very bad practice. This
patch applies the same approach as currently used for
gitlab_shell_secret file.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
On initial startup with no rows in the application_settings table, the
metaprogramming call to `if enabled?` attempts to create a row. This triggers
the HTML caching path, which attempts to store metrics.
At this point, not all the methods in `Gitlab::Metrics` have been defined! Move
`current_transaction` to be defined before running the metaprogramming, to
avoid a confusing NoMethodError
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix encoding issue exporting a project
Closes #31186
See merge request !10824
|
| | | | |
| | | | |
| | | | |
| | | | | |
error
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replace builds_enabled with jobs_enabled in projects API v4
Closes #31012
See merge request !10786
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
Add email receiver metrics
See merge request !10814
|
| | | | | | |
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | | |
This lets us track how many incoming emails a GitLab instance is processing, by
email type (handler) and by project (where applicable).
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Do not append issuable state to links with custom anchor
Closes #30916
See merge request !10782
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
Closes #30916
Change the presentation from [closed] to (closed)
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix PlantUML integration in GFM
Closes #30557
See merge request !10651
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes #30557
Use "lang" attribute instead of "class" in PlantumlFilter.
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
Implement search by extern_uid in Users API
See merge request !10509
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Display issuable state only in notes and issuable description
Closes #30964
See merge request !10789
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Closes #30964
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Usage ping port
Closes #27750
See merge request !10481
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This new class uses a Redis Hash instead of a Sorted Set.
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/962
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
activities
Refactored specs and added a post deployment migration to remove the activity users table.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
migration
It uses a user activity table instead of a column in users.
Tested with mySQL and postgreSQL
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1521
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This query is constantly generating timeout errors on large installations and we don't
have a simple solution for now and also we don't think having this counter is
really critical.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/735
|