| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Recudes the number of queries within the snippet search from approx. 50
to approx. 14 by preloading the authors
Part of #27392
|
|\
| |
| |
| |
| | |
Nested groups improvements pt 3
See merge request !9227
|
| |\
| | |
| | |
| | | |
# Conflicts:
# doc/api/projects.md
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make it possible to pass coverage value to commit status API
Closes #27807
See merge request !9214
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
SidekiqStatus need to be qualified in some cases
Closes #27759
See merge request !9235
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Replace NPM with Yarn
See merge request !9055
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It consolidates these endpoints:
- /projects
- /projects/owned
- /projects/visible
- /projects/starred
- /projects/all
Into the /projects endpoint using query parameters.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Introduce Gitlab::Database.with_connection_pool
See merge request !9192
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9192#note_23293693
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Move /projects/fork/:id to /projects/:id/fork in V4 API
Closes #14492
See merge request !8940
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix ActiveRecord connection leaks
Closes #27949 and gitlab-com/infrastructure#1139
See merge request !9109
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
We don't need to connect when requesting the name of the database
adapter. This in turn should prevent us from requesting/leaking
connections just by asking whether we're using PostgreSQL or MySQL.
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add discussion events to contributions calendar
Closes #22645
See merge request !8821
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |_|/ /
|/| | |
| | | |
| | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Remove deprecated templates endpoints in V4
Closes #22818
See merge request !8853
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Enable Style/RedundantException, Lint/EmptyWhen, and RSpec/ExpectActual cops
See merge request !9151
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
Add limit to the number of events showed in cycle analytics
See merge request !7743
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Feature to create directly addressed Todos when mentioned in beginning
Closes #24976
See merge request !7926
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add member: Always return 409 when a member exists
Closes #20732
See merge request !9093
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update Rubocop to Ruby 2.3
See merge request !8994
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Add method for creating foreign keys concurrently
See merge request !9069
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This method allows one to create foreign keys without blocking access to
the source table, but only on PostgreSQL.
When creating a regular foreign key the "ALTER TABLE" statement used for
this won't return until all data has been validated. This statement in
turn will acquire a lock on the source table. As a result this lock can
be held for quite a long amount of time, depending on the number of rows
and system load.
By breaking up the foreign key creation process in two steps (creation,
and validation) we can reduce the amount of locking to a minimum.
Locking is still necessary for the "ALTER TABLE" statement that adds the
constraint, but this is a fast process and so will only block access for
a few milliseconds.
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Rename Files::DeleteService to Files::DestroyService
See merge request !9110
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Reason for renaming is to comply with naming convention of services in
codebase.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit b7c5ca499d9c26494736d92505116bbb294c63d6, reversing
changes made to 9745c98bb77a1a1ddd964f58cc4d058a665eb9ee.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Small improvements for Cycle Analytics
See merge request !9126
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Optionally make users created via the API set their password
Closes #1051
See merge request !8957
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Update MergeRequest API state_event option documentation
Closes #25566
See merge request !8077
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Rename issuable to IssueBase
See merge request !9127
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Given the the Issuable class will soon also have to support MRs this
signals that it can only be used by issues.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Nested groups API
See merge request !9034
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | | |
Fix inconsistent naming for services that delete things
See merge request !5803
|