summaryrefslogtreecommitdiff
path: root/spec/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '66741-remove-spec-rails_helper-rb' into 'master'Grzegorz Bizon2019-09-031-1/+1
|\
| * Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
* | Creates Feature Flag for job logFilipa Lacerda2019-08-301-0/+1
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-08-293-83/+323
|\ \
| * \ Merge branch 'security-2853-prevent-comments-on-private-mrs' into 'master'GitLab Release Tools Bot2019-08-291-71/+240
| |\ \
| | * | Prevent unauthorised comments on merge requestsAlex Kalderimis2019-08-071-71/+240
| * | | Merge branch 'security-fix_jira_ssrf_vulnerability' into 'master'GitLab Release Tools Bot2019-08-291-0/+5
| |\ \ \
| | * | | Fix DNS rebind vulnerability for JIRA integrationFelipe Artur2019-08-081-0/+5
| | |/ /
| * | | Merge branch 'security-mr-head-pipeline-leak' into 'master'GitLab Release Tools Bot2019-08-291-4/+26
| |\ \ \
| | * | | Permission fix for MergeRequestsController#pipeline_statusdrew cimino2019-08-121-4/+26
| * | | | Merge branch 'security-ci-metrics-permissions' into 'master'GitLab Release Tools Bot2019-08-291-8/+52
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Restrict MergeRequests#test_reports to authenticated users with read-access o...drew cimino2019-08-221-8/+52
* | | | | Make it harder to delete issuables accidentallyStan Hu2019-08-292-4/+47
|/ / / /
* | | | Issue #39099: Add links for latest pipelinesAlex Ives2019-08-221-0/+65
* | | | Merge branch '63372-award-emoji-services' into 'master'Grzegorz Bizon2019-08-212-11/+41
|\ \ \ \
| * | | | Improve specs for Issues and Notes controllers63372-award-emoji-servicesLuke Duncalfe2019-08-212-11/+41
| |/ / /
* | | | New wiki page redirects user to random slug46299-wiki-page-creationLuke Duncalfe2019-08-211-20/+57
|/ / /
* | | Standardize remote_ip and path keys for auth.log and api_json.logStan Hu2019-08-201-2/+2
* | | Merge branch 'fix-deprecation-warnings-change-success-to-successful' into 'ma...Douglas Barbosa Alexandre2019-08-2013-38/+34
|\ \ \
| * | | Change `be_success` to `be_successful` in specsfix-deprecation-warnings-change-success-to-successfulVitali Tatarintev2019-08-1913-38/+34
* | | | Merge branch 'mc/bug/nplusone-pipelines-show' into 'master'Stan Hu2019-08-191-7/+11
|\ \ \ \
| * | | | Improve nplusone spec for PipelinesController#showMatija Čupić2019-08-191-7/+11
* | | | | Fix N+1s queries while loading usersDouglas Barbosa Alexandre2019-08-191-0/+14
| |/ / / |/| | |
* | | | Merge branch '66023-starrers-count-do-not-match-after-searching' into 'master'Stan Hu2019-08-161-40/+112
|\ \ \ \ | |/ / / |/| | |
| * | | Fix starrers counters after searchingDouglas Barbosa Alexandre2019-08-151-40/+112
* | | | Merge branch '24705-multi-selection-for-delete-on-registry-page' into 'master'Thong Kuah2019-08-151-0/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Support bulk registry tag deleteGiorgenes Gelatti2019-07-301-0/+33
* | | | Allow CI to clone public projects when HTTP protocol is disabledDrew Blessing2019-08-141-0/+11
* | | | Track page views for cycle analytics show pageAdam Hegyi2019-08-141-0/+14
* | | | Return 429 on rate limiter on raw endpointMayra Cabrera2019-08-131-3/+3
| |/ / |/| |
* | | Split MR widget into cached and non-cached serializersIgor2019-08-091-15/+39
* | | Remove gfm_embed_metrics flag from BETristan Read2019-08-091-32/+1
* | | Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-081-0/+65
* | | Fix public/private starrers counts in special cases20137-starrersCamil Staps2019-08-071-5/+38
* | | Handle reviewer comments on !24690Camil Staps2019-08-071-0/+2
* | | Add tests for starrers viewsCamil Staps2019-08-071-0/+75
* | | Support dashboard params for metrics dashboardSarah Yasonik2019-08-071-7/+39
* | | Use separate Kubernetes namespaces per environmentTiger Watson2019-08-071-8/+11
| |/ |/|
* | Rewrite issues show spec as a feature specfix-design-management-router-ceLuke Duncalfe2019-08-051-14/+7
* | Prevent empty classes in ansi2html conversionLukas '+ alert('Eipi') + ' Eipert2019-08-021-1/+1
* | Merge branch '52123-issuable-actions-notesfinder-pderichs' into 'master'Stan Hu2019-08-013-1/+39
|\ \
| * | Use NotesFinder in IssuableActions modulePatrick Derichs2019-08-013-1/+39
| |/
* | Use spec_helper than rails_helper65317-adapt-tae-role-name-changeLin Jen-Shin2019-07-301-1/+1
|/
* Move BaseService to Services directorySarah Yasonik2019-07-291-1/+1
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-07-293-34/+193
|\
| * Merge branch 'security-fix-badges-leaked-to-unauthorized-users' into 'master'GitLab Release Tools Bot2019-07-261-30/+94
| |\
| | * Don't display badges when builds are restrictedFabio Pitino2019-07-111-30/+94
| * | Merge branch 'security-mr-pipeline-permissions' into 'master'GitLab Release Tools Bot2019-07-261-4/+94
| |\ \
| | * | Use MergeRequest#source_project as permissions reference for MergeRequest#all...drew cimino2019-07-051-4/+94
| * | | Merge branch 'security-60551-fix-upload-scope' into 'master'GitLab Release Tools Bot2019-07-261-0/+5
| |\ \ \