summaryrefslogtreecommitdiff
path: root/spec/requests/api/pages_domains_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-24/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-9/+85
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
|
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
| | | | | rails_helper.rb's only logic was to require spec_helper.rb.
* Don't show private keys for letsencrypt certsVladimir Shushlin2019-06-211-0/+8
| | | | | | | | | | | | | | | | | | | | Adds enum certificate_source to pages_domains table with default manually_uploaded Mark certificates as 'gitlab_provided' if the were obtained through Let's Encrypt Mark certificates as 'user_provided' if they were uploaded through controller or api Only show private key in domain edit form if it is 'user_provided' Only show LetsEncrypt option if is enabled by application settings (and feature flag) Refactor and fix some specs to match new logic Don't show Let's Encrypt certificates as well
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-14/+14
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-14/+14
|
* Add HTTPS-only pagesRob Watson2018-03-221-7/+7
| | | | Closes #28857
* Replace deprecated path_with_namespace with full_pathDmitriy Zaporozhets2018-03-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix get a single pages domain when project path contains a periodTravis Miller2018-02-191-1/+12
|
* Expose project_id on /api/v4/pages/domainsLuc Didry2018-01-031-0/+1
|
* Add administrative endpoint to list all pages domainsTravis Miller2017-11-131-0/+47
|
* Add pages domains API testsTravis Miller2017-10-221-0/+440