| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
namespace
|
|\
| |
| |
| |
| | |
Change rounding on code coverage badge to be consistent with other displays
See merge request gitlab-org/gitlab-ce!10083
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Refactor CI variable list code for usage with CI/CD settings page secret variables
See merge request gitlab-org/gitlab-ce!16729
|
| | |
| | |
| | |
| | |
| | |
| | | |
variables
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add Colors to GitLab Flavored Markdown
Closes #24167
See merge request gitlab-org/gitlab-ce!16095
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
including/extending it
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* master: (38 commits)
Added more tests and corrected typos
Ban Rugged from Repository
Improve doc/development/automatic_ce_ee_merge.md
fixed infinite loop crashing tests
Converted todos.js to axios
Converted usage_ping.js to use axios
Converted pager.js to axios
Converted notifications_form.js to axios
Converted notes.js to axios
Converted branch_graph.js to axios
Converted mini_pipeline_graph_dropdown.js to axios
Include subgroup issuables on the group page
Remove grpc and google-protobuf platform-specific version markers in Gemfile.lock
Replace $.ajax in find file with axios
Replace $.ajax in activity calendar with axios
Remove namespaced internationalization import
Fix subgroup creation docs
Fix a JSON schema that doesn't include enough fields
Make user/author use project.creator in most factories
Enable RuboCop Style/RegexpLiteral
...
|
| |\ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
Make user/author use project.creator in most factories
Closes #36009
See merge request gitlab-org/gitlab-ce!13321
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
View all issues of all subgroups on the group issue page
Closes #30106 and #39388
See merge request gitlab-org/gitlab-ce!16706
|
| | | | | | |
|
| | |/ / /
| |/| | | |
|
|/ / / / |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
Converted $.ajax calls in some JS files to axios
See merge request gitlab-org/gitlab-ce!16717
|
| | | | |
|
|/ / / |
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| | |
Part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4110
|
|/
|
|
| |
https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
|
|\
| |
| |
| |
| | |
Use limit for search count queries
See merge request gitlab-org/gitlab-ce!16502
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Search query is especially slow if a user searches a generic string
which matches many records, in such case search can take tens of
seconds or time out. To speed up the search query, we search only for
first 1000 records, if there is >1000 matching records we just display
"1000+" instead of precise total count supposing that with such amount
the exact count is not so important for the user.
Because for issues even limited search was not fast enough, 2-phase
approach is used for issues: first we use simpler/faster query to get
all public issues, if this exceeds the limit, we just return the limit.
If the amount of matching results is lower than limit, we re-run more
complex search query (which includes also confidential issues).
Re-running the complex query should be fast enough in such case because the
amount of matching issues is lower than limit.
Because exact total_count is now limited, this patch also switches to
to "prev/next" pagination.
Related #40540
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'
Closes #30783
See merge request gitlab-org/gitlab-ce!16516
|
| |/ |
|
|/
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Put back non triggered information
|
|\
| |
| |
| |
| | |
Improve MR feature specs and reduce duplication
See merge request gitlab-org/gitlab-ce!13237
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \
| |/
|/|
| |
| | |
Remove IDE option from user preferences
See merge request gitlab-org/gitlab-ce!16454
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
System hooks for Merge Requests
See merge request gitlab-org/gitlab-ce!14387
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
the failure case is already covered by the test in
spec/services/test_hooks/system_service_spec.rb
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add modal for stopping jobs in admin area
Closes #41305
See merge request gitlab-org/gitlab-ce!16283
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Resolve "Cannot filter issues by labels ending with a plus char in board view"
Closes #41715 and #34252
See merge request gitlab-org/gitlab-ce!16490
|
| | | | |
| | | | |
| | | | |
| | | | | |
https://gitlab.com/gitlab-org/gitlab-ce/issues/34252
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Backport 10.3.4 security fixes into master
See merge request gitlab-org/gitlab-ce!16509
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[10.3] Prevent login with disabled OAuth providers
See merge request gitlab/gitlabhq!2296
(cherry picked from commit 4936650427ffc88e6ee927aedbb2c724d24b094c)
a0f9d222 Prevents login with disabled OAuth providers
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'security-10-3'
[10.3] Migrate `can_push` column from `keys` to `deploy_keys_project`
See merge request gitlab/gitlabhq!2276
(cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c)
1f2bd3c0 Backport to 10.3
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
check project access on MR create
See merge request gitlab/gitlabhq!2273
(cherry picked from commit 1fe2325d6ef2bced4c5e97b57691c894f38b2834)
43e85f49 check project access on MR create
|