summaryrefslogtreecommitdiff
path: root/spec/features/signed_commits_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+7
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-111-16/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-071-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-8/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-211-0/+30
|
* Replace inline scripts in links to prevent defaultadd-js-prevent-default-on-clickHeinrich Lee Yu2019-08-191-9/+9
| | | | Use buttons instead of links with javascript:void(0)
* Use have_link over have_content for GPG featureRobert Speicher2018-11-261-9/+9
| | | | It's more semantically accurate for what we're verifying.
* Simplify "changes to verified" GPG feature specsRobert Speicher2018-11-261-30/+17
| | | | | | | | | Previously, we wasted time creating a maintainer and signing them in, then loaded the entire commit list just to verify the GPG status of a single commit. Now, we rely on the project being public so no user needs to be authenticated, and load just the page for the commit we care about.
* Remove magic SHAs from GPG badge feature specRobert Speicher2018-11-261-13/+8
| | | | | | | | We're trying to give the arbitrary SHAs required by each spec a meaningful name. This also adds an explicit `ref` definition to each spec so we're not dealing with a mystery guest.
* Speed up "show GPG badge" feature specsRobert Speicher2018-11-261-32/+20
| | | | | | | | | | Previously, this group of specs would create a new user, add them as a maintainer, sign them in, load the project's commit list, click a specific GPG key badge, and then verify the content in the popover. Now, we make the project public in order to skip the user setup and login, and load a specific commit page because it loads faster than the commit list while still showing the GPG badge.
* Fix GPG status badge loading regressionsWinnie Hellmann2018-08-071-9/+10
|
* Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'blackst0ne2018-07-231-5/+5
| | | | | | | | | | `perform_enqueued_jobs` is a Sidekiq method. Using this method violates the Dependency inversion principle[0]. This commit replaces `perform_enqueued_jobs` with ActiveJob's abstract method `perform_enqueued_jobs` in specs. [0]: https://en.wikipedia.org/wiki/Dependency_inversion_principle
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-3/+3
|
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|
* Fix signed commits specClement Ho2018-04-231-28/+33
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-3/+3
|
* update signature badges to reflect new statesAlexis Reigel2017-09-051-29/+104
|
* extract gpg commit specs to their own fileAlexis Reigel2017-09-051-0/+104