Commit Graph

22 Commits

Author SHA1 Message Date
GitLab Bot 2819fd258a Add latest changes from gitlab-org/gitlab@master 2020-10-15 06:09:14 +00:00
GitLab Bot 7cd0959043 Add latest changes from gitlab-org/gitlab@master 2020-07-11 06:09:15 +00:00
GitLab Bot 235dc61f47 Add latest changes from gitlab-org/gitlab@master 2020-06-19 12:09:07 +00:00
GitLab Bot 4f5c8572e9 Add latest changes from gitlab-org/gitlab@master 2020-06-16 18:09:01 +00:00
GitLab Bot e723867717 Add latest changes from gitlab-org/gitlab@master 2019-12-17 18:07:48 +00:00
GitLab Bot 143f196f8b Add latest changes from gitlab-org/gitlab@master 2019-11-18 18:06:53 +00:00
GitLab Bot b3e4ec8e8a Add latest changes from gitlab-org/gitlab@master 2019-10-23 09:06:03 +00:00
Thong Kuah 73e848850c Add frozen_string_literal to spec/features
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-26 13:23:30 +12:00
Markus Koller 60a6074dc9
Open WebIDE in fork when user doesn't have access
When opening the IDE on a project where the user doesn't have push
access, we create a fork and then redirect back to the IDE. To make
sure the user can actually commit, we need to open the IDE in the forked
project rather than the upstream project.
2019-07-12 16:23:00 +02:00
Markus Koller db132bae1d
Support redirect paths starting with a dash
We use a leading dash for certain things like the WebIDE, which
had the side effect of losing the `params[:continue][:to]` param when
opening the WebIDE on a project where the user doesn't have push access
and therefore needs to fork the project first.
2019-06-25 13:19:30 +02:00
Heinrich Lee Yu 664f579ca9 Unquarantine spec in user_edits_files_spec.rb 2019-06-14 01:29:59 +08:00
Phil Hughes 404314c619 Setup Vue app for repository file listing
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/61578
2019-05-20 08:41:28 +00:00
Rémy Coutable 4037eb32e0
Put four flaky specs in quanrantine
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-17 15:54:14 +02:00
Phil Hughes e9b28a28a7
Makes the Web IDE the default editor
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/42382
2019-02-26 12:21:16 +00:00
Douwe Maan e0054a9ab1 Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master'"
This reverts merge request !22526
2018-11-07 13:32:20 +00:00
blackst0ne 4fc53067f0 Fix specs 2018-10-26 14:09:41 +11:00
Jan Provaznik 21a8cc2c2a Fix specs failing on duplicate gpg signature
It seems there are additional async requests related to gpg
signature, w/o waiting for finishing all requests it fails on:
Duplicate entry '...' for key 'index_gpg_signatures_on_commit_sha'
2018-08-13 07:35:50 +02:00
Jasper Maes 80b77b6d24 Rails5 fix specs duplicate key value violates unique constraint 'index_gpg_signatures_on_commit_sha' 2018-08-09 21:20:11 +02:00
Mark Chao a63bce1a4b Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
Bob Van Landuyt eae2ed3366 Spec improvements for speed, reliability and readability 2018-04-12 18:05:50 +02:00
Bob Van Landuyt ec43e36444 Prevent new merge requests for archived projects
This prevents creating merge requests targeting archived projects.

This could happen when a project was already forked, but then the
source was archived.
2018-04-11 10:51:14 +02:00
Rémy Coutable 2d54dfb251 Migrate features/project/project.feature to RSpec and reorganize several Project feature specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-09 18:04:09 -05:00