Commit Graph

48 Commits

Author SHA1 Message Date
GitLab Bot f52f8542b4 Add latest changes from gitlab-org/gitlab@master 2023-10-31 12:11:01 +00:00
GitLab Bot 2f9c0a9f2c Add latest changes from gitlab-org/gitlab@master 2023-10-11 18:11:13 +00:00
GitLab Bot b27ec7e464 Add latest changes from gitlab-org/gitlab@master 2023-09-28 21:10:21 +00:00
GitLab Bot 4958d96e26 Add latest changes from gitlab-org/gitlab@master 2023-06-06 12:07:34 +00:00
GitLab Bot 45a8c43afe Add latest changes from gitlab-org/gitlab@master 2023-05-15 09:08:57 +00:00
GitLab Bot fa10e47f6e Add latest changes from gitlab-org/gitlab@master 2023-03-20 12:15:52 +00:00
GitLab Bot 37439afe69 Add latest changes from gitlab-org/gitlab@master 2022-12-15 12:08:09 +00:00
GitLab Bot ce07dcdcf5 Add latest changes from gitlab-org/gitlab@master 2021-11-12 12:10:27 +00:00
GitLab Bot cf98b5d69a Add latest changes from gitlab-org/gitlab@master 2021-07-05 09:07:37 +00:00
GitLab Bot 7484851b5f Add latest changes from gitlab-org/gitlab@master 2021-04-09 09:09:10 +00:00
GitLab Bot cf37ae7acd Add latest changes from gitlab-org/gitlab@master 2020-10-07 12:09:12 +00:00
GitLab Bot eef9c80f1c Add latest changes from gitlab-org/gitlab@master 2020-08-27 15:10:21 +00:00
GitLab Bot 2f5731cf53 Add latest changes from gitlab-org/gitlab@master 2020-08-19 18:10:34 +00:00
GitLab Bot bfce95a4c5 Add latest changes from gitlab-org/gitlab@master 2020-08-18 21:09:57 +00:00
GitLab Bot bdca097916 Add latest changes from gitlab-org/gitlab@master 2020-08-11 03:11:00 +00:00
GitLab Bot 2f47b6d8e1 Add latest changes from gitlab-org/gitlab@master 2020-06-26 09:08:59 +00:00
GitLab Bot c59765a50a Add latest changes from gitlab-org/gitlab@master 2020-06-24 18:09:03 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot 23ff717a29 Add latest changes from gitlab-org/gitlab@master 2020-06-10 09:08:35 +00:00
GitLab Bot 31a432e38a Add latest changes from gitlab-org/gitlab@master 2020-06-03 09:08:47 +00:00
GitLab Bot 39fa1b5987 Add latest changes from gitlab-org/gitlab@master 2020-04-27 09:09:51 +00:00
GitLab Bot 20d564f106 Add latest changes from gitlab-org/gitlab@master 2020-02-05 12:09:15 +00:00
GitLab Bot 1caa60060b Add latest changes from gitlab-org/gitlab@master 2019-12-19 00:08:01 +00:00
Thong Kuah a2cfc150ce Add # frozen_string_literal to spec/models
Adds `# frozen_string_literal: true` to spec/models ruby files
2019-04-01 14:37:54 +13:00
Kamil Trzciński c4d615c9dc Allow to include files from another projects
This adds `project:, file:, ref:` specification support.
2019-01-07 09:38:05 +01:00
Mark Chao 3bd607f280 Fix xss vulnerability sourced from package.json's homepage 2018-09-19 09:13:33 +08:00
Matija Čupić b293034998
Reconcile differences in spec/models/blob_viewer 2018-09-08 18:00:32 +02:00
Matija Čupić 6a8133b943
Stub http request on specs intead of mocking HTTParty
CE mirror of bb2a9fde8e6a4d1df13638fe336f641b9c72ef59
2018-09-07 22:37:37 +02:00
Matija Čupić 3149b5cfea
Improve external architecture
CE mirror of 4f17c7b2c30188302e6a73421acbf5a09fb2c823
2018-09-07 22:03:05 +02:00
Zeger-Jan van de Weg 92482e01b4
Bump Gitaly to 0.98.0
Hooks were run for wikis, but given the internal API wasn't responding
failures happended, as seen on:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
2018-05-07 14:10:04 +02:00
Mario de la Ossa d02059ddf3
BlobViewer::PackageJson - if private link to homepage 2017-12-18 23:18:23 -06:00
Mario de la Ossa b03789395c
Do not generate links for private NPM modules in blob view 2017-12-18 23:04:35 -06:00
Jacopo c30f92464e Replaces 'WikiPage::CreateService' calls with 'wiki_page' factory
We replace the usage of WikiPage::CreateService with the wiki_page factory in the specs.
2017-10-13 14:42:52 +02:00
Robert Speicher 72a7b30c9f Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
Robert Speicher 9513bd18c4 Ensure all project factories use `:repository` trait or `:empty_project` 2017-08-01 14:51:52 -04:00
Keifer Furzland 7e113b6824 Remove superfluous type defs in specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27 14:31:52 +02:00
Douwe Maan d195db17e9 Don't show auxiliary blob viewer for README when there is no wiki 2017-07-06 16:19:10 -05:00
Douwe Maan 370bc86fb0 Detect if file that appears to be text in the first 1024 bytes is actually binary afer loading all data 2017-06-08 12:49:03 -05:00
Douwe Maan ce869e3964 Fix Diff#too_large? and specs 2017-05-30 21:48:30 -05:00
Douwe Maan aed0387f97 Consistent diff and blob size limit names 2017-05-29 17:02:02 -05:00
Douwe Maan 24b105e2e1 Add auxiliary blob viewers to dependency files 2017-05-17 14:10:00 -05:00
Douwe Maan d1bce8ea75 Add auxiliary blob viewer for CHANGELOG 2017-05-17 18:00:13 +00:00
Douwe Maan b0a163208c Rename BlobViewer max_size to overridable_max_size and absolute_max_size to max_size 2017-05-15 10:03:34 -05:00
Douwe Maan acffc06213 Specify explicitly whether a blob viewer should be loaded asynchronously 2017-05-13 11:46:10 -05:00
Douwe Maan 08706f6837 Implement auxiliary blob viewers 2017-05-10 20:07:04 -05:00
Douwe Maan 720cc14a75 Refactor Blob support of external storage in preparation of job artifact blobs 2017-05-03 10:20:05 -05:00
Douwe Maan 964e7d206b Add specs 2017-04-27 12:23:26 -05:00
Douwe Maan fed9dcd9ed Add test stubs 2017-04-27 12:23:26 -05:00