Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2019-09-05Merge branch 'danger-review-pipeline' into 'master'Rémy Coutable
Add Danger Roulette rules for pipeline files See merge request gitlab-org/gitlab-ce!32616
2019-09-05Merge branch '67037-user-content-gitlab-static-net-brings-back-404-only' ↵Sean McGivern
into 'master' Resolve "user-content.gitlab-static.net brings back 404 only" See merge request gitlab-org/gitlab-ce!32703
2019-09-05New interruptible attribute supported in YAML parsing.Cédric Tabin
Since it is not possible to dynamically detect if a job is automatically cancellable or not, a this new attribute is necessary. Moreover, it let the maintainer of the repo to adjust the behaviour of the auto cancellation feature to match exactly what he needs.
2019-09-05Set asset_proxy_whitelist default to gitlab hostBrett Walker
2019-09-05Add Danger Roulette rules for pipeline filesKyle Wiebers
2019-09-05Merge branch 'ashmckenzie/provide_gl-type_to_gitlab_shell' into 'master'Nick Thomas
Extract /internal/allowed API Actor logic out See merge request gitlab-org/gitlab-ce!31564
2019-09-05Add structure to support EE feature of COARKerri Miller
These are the structural changes for supporting the EE feature of moving "code_owner_approval_required" state from existing on a project to being on the protected branches individually, allowing for CODEOWNER validation on push events.
2019-09-05Add helpers to wait for axios requestsMartin Hanzel
Add two methods to the axios_utils Jest mock: - `waitFor(url)`, which returns a Promise that resolves when the next request to `url` finishes. - `waitForAll()`, which returns a Promise that resolves when all pending requests finish.
2019-09-05Refactored spec to Jest for clientside_specIllya Klymov
2019-09-05Merge branch ↵Peter Leitzen
'66150-remove-dynamically-constructed-feature-flags-starting-with-prometheus_transaction_' into 'master' Resolve "Remove dynamically constructed feature flags starting with `prometheus_transaction_`" Closes #66150 See merge request gitlab-org/gitlab-ce!32395
2019-09-05Merge branch '66067-pages-domain-doesnt-set-target-blank' into 'master'Dmitriy Zaporozhets
Makes custom Pages domain open as external link in new tab Closes #66067 See merge request gitlab-org/gitlab-ce!32130
2019-09-05Avoid checking dns rebind protection in validationFrancisco Javier López
2019-09-05Remove feature flags starting with `prometheus_transaction_`Jacopo
Those feature flags were always enabled so we can remove them safely.
2019-09-05Merge branch ↵Rémy Coutable
'66966-convert-rails-env-stub-usages-to-use-railshelpers-stub_rails_env-instead' into 'master' Use stub_rails_env for Rails.env stubbing Closes #66966 See merge request gitlab-org/gitlab-ce!32625
2019-09-05Allow not resolvable urls when rebinding setting is disabledFrancisco Javier López
Now, when the dns rebinging setting is disabled, we will allow urls that are not resolvable.
2019-09-05Extract /internal/allowed API Actor logic outAsh McKenzie
Created new API::Support::GitAccessActor class to encapsulate some of the more edge logic, making the /internal/allowed route much cleaner.
2019-09-05Use stub_rails_env for Rails.env stubbingAsh McKenzie
RailsHelpers.stub_rails_env takes care of stubbing Rails.env
2019-09-05Bring method back that was mistakenly removedJoão Cunha
- We're also improving specs to avoid this could happen again
2019-09-05Upgrade graphql gem to 1.9.10Brett Walker
- `edge_nodes` needs to get called on the object - added `include GlobalID::Identification` in a couple places - renamed `object` to `item` in spec due to conflict
2019-09-04Update Pipelines Minutes expire banner (CE)Ammar Alakkad
- remove hiding the alert functionality - use `danger` class instead of `warning` https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
2019-09-04Show meaningful message on /due quick action with invalid date🙈 jacopo beschi 🙉
When using /due quick action with an invalid date a meaninful error message is shown.
2019-09-04Upgrade GraphQL gem to 1.8.17Brett Walker
- Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
2019-09-04Add ability see deployments using a group clusterJacques Erasmus
Added the ability to see project deployments using a group cluster
2019-09-04Let project reporters create issue from group boardsFelipe Artur
The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
2019-09-04Add service to transfer group milestonesEugenia Grieff
- Add new service that transfers milestones from a group to a project - Include new service in Projects transfer service - Include FromUnion module in Milestone model to use in transfer service - Add specs for new milestones service - Add specs for transferring milestones in project transfer service
2019-09-04Merge branch 'fix-smime-settings-require' into 'master'Rémy Coutable
Use spec_helper for S/MIME settings specs See merge request gitlab-org/gitlab-ce!32647
2019-09-04Merge branch 'osw-record-repo-push-events' into 'master'James Lopez
Backport EE "Track repository pushes as audit events" See merge request gitlab-org/gitlab-ce!32304
2019-09-04Creates base components for new job logFilipa Lacerda
Creates a link component, a line component and a clickable line component to handle the new job log format
2019-09-04Merge branch 'persist-needs-error' into 'master'Grzegorz Bizon
Persist `needs:` validation as config error See merge request gitlab-org/gitlab-ce!32648
2019-09-04Backport "Track repository pushes as audit events"Oswaldo Ferreira
2019-09-04Persist `needs:` validation as config errorKamil Trzciński
In case when `needs:` is missing, but when requested by service, we would not save the pipeline with config_error. This makes it explicit that we want to persist the error as `config_error` failure reason.
2019-09-04Use spec_helper for S/MIME settings specsYorick Peterse
The constant tested is defined in an initializer, and these are not loaded when using fast_spec_helper. When running just this test file, or when running this test first this can lead to test failures. To fix this we just use spec_helper instead of fast_spec_helper.
2019-09-04Backport EE changes for productivity analyticsPavel Shutsin
Improve diff lines count efficiency
2019-09-04Merge branch '61927-internal-api-jwt-auth' into 'master'Kamil Trzciński
Extract Workhorse <-> GitLab JWT authentication to make it reusable See merge request gitlab-org/gitlab-ce!32623
2019-09-04Merge branch '61927-internal-api-namespace' into 'master'Kamil Trzciński
Rename API::Internal class to API::Internal::Base See merge request gitlab-org/gitlab-ce!32617
2019-09-04Remove vue resource from group serviceLee Tickett
Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/66750
2019-09-04Merge branch 'revert-2f01437f' into 'master'Paul Slaughter
Revert "Merge branch 'remove-vue-resource-from-sidebar-service' into 'master'" See merge request gitlab-org/gitlab-ce!32620
2019-09-04Add cluster domain warningJacques Erasmus
Added a cluster domain wanring if no domain is defined
2019-09-04Extract Workhorse <-> GitLab authentication to make it reusableKrasimir Angelov
Introduce JWTAutheticatable module that can be reused for ai=uthtication between Pages and GitLab (the same way we use do now for Workhorse). Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/61927.
2019-09-04Revert "Merge branch 'remove-vue-resource-from-sidebar-service' into 'master'"Mike Greiling
This reverts merge request !32400
2019-09-04Rename API::Internal class to API::Internal::BaseKrasimir Angelov
so that we can use API::Internal namespace. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/61927.
2019-09-04Allow for the passing of options to external_linkjakeburden
2019-09-04Create an event on epic actionsJan Provaznik
Creates new event when an epic is created, closed, reopened or commented.
2019-09-03Create and use external_link helperjakeburden
Creates a helper method that takes body text and a url. The output is a external link with icon. It contains the noopenner noreferrer attributes for security. Usage: external_link(domain.title, domain.url) Add rspec test for ExternalLinkHelper Add changelog for MR 32130
2019-09-03Revert "DB change, migratoin and changelog"Lee Tickett
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-09-03Revert "DB change, migratoin and changelog"Lee Tickett
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-09-03Merge branch '13988-add-rails-helpers' into 'master'Stan Hu
Add new RailsHelpers module for specs Closes #66688 See merge request gitlab-org/gitlab-ce!32309
2019-09-03Uses spec_helper instead of rails_helperMayra Cabrera
spec/rails_helper.rb was removed on 1068ec2e9201af3de1fc5ebe9c8d9f7953c89b51
2019-09-03Merge branch '62591-fix-milestone-due-date-today-wording' into 'master'Nick Thomas
Fix wording on milestone due date today Closes #62591 See merge request gitlab-org/gitlab-ce!32096
2019-09-03Merge branch '66741-remove-spec-rails_helper-rb' into 'master'Grzegorz Bizon
Remove spec/rails_helper.rb Closes #66741 See merge request gitlab-org/gitlab-ce!32380