- 12 Feb, 2019 39 commits
-
-
Stan Hu authored
`queue_duration` is a useful metric that is currently in api_json.log but not in production_json.log. We should add it because it tells us how long the request sat in Workhorse before Unicorn processed it. Having this field enables the support team to better troubleshoot when delays began to happen.
-
Grzegorz Bizon authored
Usage ping for Group overview default user preference See merge request gitlab-org/gitlab-ce!24980
-
Phil Hughes authored
Add flex styles to board list only if board list is expanded Closes #57551 See merge request gitlab-org/gitlab-ce!25113
-
Kamil Trzciński authored
Remove BATCH_SIZE from WikiFileFinder Closes #57223 See merge request gitlab-org/gitlab-ce!24933
-
Yorick Peterse authored
Replace dots with an underscore when creating an alias for the recursive CTE See merge request gitlab-org/gitlab-ce!25112
-
Filipa Lacerda authored
Fix the border style of CONTRIBUTING button when it exists Closes #57564 See merge request gitlab-org/gitlab-ce!25124
-
Achilleas Pipinellis authored
Docs: Clean up issues functionalities doc See merge request gitlab-org/gitlab-ce!24931
-
Achilleas Pipinellis authored
Docs: Misc small fixes to docs See merge request gitlab-org/gitlab-ce!24952
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Realign more CE docs that diverged from EE unnecessarily (second MR) See merge request gitlab-org/gitlab-ce!24948
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Realign several CE docs that diverged from EE unnecessarily See merge request gitlab-org/gitlab-ce!24849
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Added example for get file archive See merge request gitlab-org/gitlab-ce!23432
-
Arihant authored
-
Grzegorz Bizon authored
Fix access to pages domain settings Closes #54850 See merge request gitlab-org/gitlab-ce!24926
-
Vladimir Shushlin authored
-
Filipa Lacerda authored
Update gitlab-svg to 1.52 See merge request gitlab-org/gitlab-ce!25145
-
Phil Hughes authored
Resolve "Tool Tip Hides Menu Item" Closes #55209 See merge request gitlab-org/gitlab-ce!24285
-
Achilleas Pipinellis authored
Adding info for the location of cicd timeout setting per project See merge request gitlab-org/gitlab-ce!25136
-
Achilleas Pipinellis authored
Docs: add description on how to retrieve artifacts when authentication is required See merge request gitlab-org/gitlab-ce!23197
-
Roland authored
-
Yorick Peterse authored
Create the source branch for a GitHub import Closes #57370 See merge request gitlab-org/gitlab-ce!25064
-
Victor Zagorodny authored
user_preferences key is includes into system usage data only if group_overview_security_dashboard feature flag is enabled; see https://gitlab.com/gitlab-org/gitlab-ee/issues/7048
-
Victor Zagorodny authored
-
Simon Knox authored
-
Brandon Labuschagne authored
-
Rémy Coutable authored
Kill all PostgreSQL connections for rake dev:setup Closes gitlab-development-kit#450 See merge request gitlab-org/gitlab-ce!24743
-
Rémy Coutable authored
Update sshkey to v2.0.0 Closes #47150 See merge request gitlab-org/gitlab-ce!25115
-
Dan Davison authored
Stablize select_kind using retry_on_exception Closes gitlab-org/quality/nightly#72 See merge request gitlab-org/gitlab-ce!25027
-
Grzegorz Bizon authored
add client support for CountDivergingCommits rpc See merge request gitlab-org/gitlab-ce!24287
-
Andrew Winata authored
-
Sanad Liaquat authored
-
Stan Hu authored
When the GitHub importer creates a merge request, it retrieves the SHA but does not actually create the source branch. This makes it impossible to merge an open merge request, particularly if the source branch were from a forked project. In that case, the branch will never exist because the original `project-name:source-branch` name is never created, nor is it a valid branch name. To prevent possible branch name conflicts, forked source branches are now renamed `github/fork/project-name/source-branch` and created when necessary. Note that we only create the source branch if the merge request is open. For projects that have many merge requests, the project would end up with a lot of possibly dead branches. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57370
-
Stan Hu authored
-
Stan Hu authored
If there are any clients connected to the DB, PostgreSQL won't let you drop the database. It's possible that Sidekiq, Unicorn, or some other client will be hanging onto a connection, preventing the DROP DATABASE from working. To workaround this problem, this method cancels all the connections so that the db:reset command will work. Note that there's still a slight possibility a client connects after its connection is terminated. If this is an issue, we could solve it by revoking CONNECT access, but for now it seems this works. Closes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/450
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Douglas Barbosa Alexandre authored
Adding convenience method to project model See merge request gitlab-org/gitlab-ce!25108
-
Evan Read authored
Merge branch '57287-documentation-for-handling-more-complex-only-merge_requests-scenarios-is-sparse' into 'master' Docs for MR pipeline rule interactions Closes #57287 See merge request gitlab-org/gitlab-ce!24929
-
- 11 Feb, 2019 1 commit
-
-
Evan Read authored
-