- 04 Apr, 2019 40 commits
-
-
Gosia Ksionek authored
Chnage method used in model to make it more efficient database-wise Add additional spec
-
Annabel Dunstone Gray authored
Revert "Merge branch 'fix/missing-border' into 'master'" See merge request gitlab-org/gitlab-ce!26980
-
Dmitriy Zaporozhets authored
Monitor GraphQL with Prometheus (try 2) See merge request gitlab-org/gitlab-ce!26917
-
Jan Provaznik authored
Extends graphql's platform tracing class to observe duration of graphql methods. In graphql 1.8.11 is added prometheus class but it's not very useful for us because it uses prometheus_exporter to export results.
-
Yorick Peterse authored
Exempt release automation MRs from Danger rules Closes gitlab-org/release/framework#269 See merge request gitlab-org/gitlab-ce!26993
-
Douwe Maan authored
Support multi-line suggestions Closes #53310 See merge request gitlab-org/gitlab-ce!25211
-
Oswaldo Ferreira authored
- added suggestions to mock data - fixed props to be not required
-
Kamil Trzciński authored
Backport: Ignore merge if the status of the merge request pipeline is stale See merge request gitlab-org/gitlab-ce!26975
-
Phil Hughes authored
Fix webpack dev-server crash caused by 1.5gb limit Closes #59075 See merge request gitlab-org/gitlab-ce!26849
-
Kamil Trzciński authored
Speed up avatar URLs with object storage Closes #43065 See merge request gitlab-org/gitlab-ce!26858
-
Grzegorz Bizon authored
Add v2 to reserved top level routes See merge request gitlab-org/gitlab-ce!26540
-
Nick Thomas authored
GraphQL Type authorization Closes #54417 See merge request gitlab-org/gitlab-ce!25724
-
Robert Speicher authored
-
Rémy Coutable authored
Add testing to feature proposal template See merge request gitlab-org/gitlab-ce!26779
-
Mark Lapierre authored
-
Dmitriy Zaporozhets authored
Filters branch and path labels for metrics Closes #48090 See merge request gitlab-org/gitlab-ce!26744
-
Ryan Cobb authored
-
Sean McGivern authored
With object storage enabled, calling `#filename` on an upload does this: 1. Call the `#filename` method on the CarrierWave object. 2. Generate the URL for that object. 3. If the uploader isn't public, do so by generating an authenticated URL, including signing that request. That's all correct behaviour, but for the case where we use `#filename`, it's typically to generate a GitLab URL. That URL doesn't need to be signed because we do our own auth. Signing the URLs can be very expensive, especially in batch (say, we need to get the avatar URLs for 150 users in one request). It's all unnecessary work. If we used the `RecordsUploads` concern, we have already recorded a `path` in the database. That `path` is actually generated from CarrierWave's `#filename` at upload time, so we don't need to recompute it - we can just use it and strip off the prefix if it's available. On a sample users autocomplete URL, at least 10% of the time before this change went to signing URLs. After this change, we spend no time in URL signing, and still get the correct results.
-
Sean McGivern authored
Move tag quick action spec to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26904
-
Sean McGivern authored
Extract merge quick action to a shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26925
-
Achilleas Pipinellis authored
Work around lack of HTML list support in topic Closes #59338 See merge request gitlab-org/gitlab-ce!26964
-
Evan Read authored
-
Kushal Pandya authored
Download a folder from repository Closes #24704 See merge request gitlab-org/gitlab-ce!26532
-
Achilleas Pipinellis authored
Merge branch '59979-update-documentation-about-only-allow-merge-requests-to-be-merged-if-the-pipeline-succeeds-to-take-into-account-the-settings-page-reorganization' into 'master' Update "Pipelines must succeed" documentation Closes #59979 See merge request gitlab-org/gitlab-ce!26945
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kamil Trzciński authored
Backport: Use merge request MERGE ref for attached merge request pipelines See merge request gitlab-org/gitlab-ce!26702
-
Kamil Trzciński authored
Add pipeline bridge presenter See merge request gitlab-org/gitlab-ce!26911
-
Sean McGivern authored
Prevent premailer from replacing HTML entities Closes #55964 See merge request gitlab-org/gitlab-ce!26931
-
Douwe Maan authored
Backport some changes from gitlab-ee!9815 Closes #3314 See merge request gitlab-org/gitlab-ce!25908
-
Sean McGivern authored
Show backtrace when logging to kubernetes.log Closes #56768 See merge request gitlab-org/gitlab-ce!25726
-
Kamil Trzciński authored
Expose pipeline in the related merge requests Closes #57662 See merge request gitlab-org/gitlab-ce!26367
-
Alexandru Croitor authored
Expose head pipeline for the MR in the api when requesting related merge requests for an issue and show a detailed status for the pipeline, which would include: details_path, favicon, group, icon, label, text, tooltip. https://gitlab.com/gitlab-org/gitlab-ce/issues/57662#note_152023412
-
Phil Hughes authored
Fix swipe diff divider Closes #60005 See merge request gitlab-org/gitlab-ce!26970
-
ftab authored
In the Vue image diff app, the border needs to be on the right because the new image comes in from the left. The old image diff app which is used in commits and compare views had the new image visible by default and hiding away from the left.
-
Phil Hughes authored
Copy sidebar todo component from EE Closes gitlab-ee#9954 See merge request gitlab-org/gitlab-ce!26915
-
Winnie Hellmann authored
-
Phil Hughes authored
Deduplicate frontend dependencies Closes #59878 See merge request gitlab-org/gitlab-ce!26916
-
Patrick Bajao authored
-
Phil Hughes authored
This reverts merge request !26242
-
James Lopez authored
Support time window parameters in additional metrics endpoint See merge request gitlab-org/gitlab-ce!26228
-