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-04-16Merge branch '60533-tooltip-for-view-file-shows-raw-html' into 'master'Kushal Pandya
Resolve "Tooltip for "View file" shows raw HTML" Closes #60533 See merge request gitlab-org/gitlab-ce!27398
2019-04-16Merge branch '59570-move-quick-action' into 'master'Sean McGivern
Extract move quick action spec to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26907
2019-04-16Merge branch 'rewind-iid-on-pipelines' into 'master'Sean McGivern
Rewind iid on pipelines Closes #59362 See merge request gitlab-org/gitlab-ce!26490
2019-04-16Merge branch 'downloading-expired-artifacts' into 'master'Grzegorz Bizon
Don't render artifact download links for builds with expired artifacts See merge request gitlab-org/gitlab-ce!26753
2019-04-16Merge branch '53138-add-metrics-usage-ping' into 'master'Grzegorz Bizon
Adds instance metrics to usage ping Closes #53138 See merge request gitlab-org/gitlab-ce!27238
2019-04-16Rewind IID on Ci::PipelinesKamil Trzciński
If no pipeline is created we currently have IID gap. This is due to fact that we generate IID not on save, but rather ahead of time. This results, us, losing IIDs.
2019-04-16Autosave description in epicsRajat Jain
When editing an epic, the progress was previously lost due to lack of localstorage syncing code. This commit adds support for localstorage sync.
2019-04-16Merge branch 'bw-query_graphql_field-enhancement' into 'master'Dmitriy Zaporozhets
Allow arrays to be specified for fields in graphql_query_for Closes #60238 See merge request gitlab-org/gitlab-ce!27142
2019-04-16Merge branch 'helm_uninstall_command' into 'master'Sean McGivern
Helm DeleteCommand See merge request gitlab-org/gitlab-ce!27348
2019-04-16Merge branch 'ci-lint-ssl-error' into 'master'Kamil Trzciński
Reporting SSL certificate verify errors in CI external config See merge request gitlab-org/gitlab-ce!26750
2019-04-16Implement commands to uninstall cluster applicationsThong Kuah
This is the backend part which just allows uninstalling Prometheus for now.
2019-04-16Fix showing HTML content in view file tooltipFatih Acet
2019-04-15Fix remove_source_branch merge request API handlingStan Hu
Users attempting to set merge requests to `remove_source_branch` to `false` would encounter an Error 500 because the UpdateService and API checked `present?`, which would always return `false`. We now just use `has_key?` to decide whether the parameter is present. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60530
2019-04-15catching and cleanly reporting SSL errors in Ci::Config::External::Processordrew cimino
2019-04-15Merge branch 'sh-fix-pipeline-delete-caching' into 'master'Lin Jen-Shin
Properly expire all pipeline caches when pipeline is deleted Closes #60469 See merge request gitlab-org/gitlab-ce!27334
2019-04-15Extract move quick action spec to shared exampleAlexandru Croitor
2019-04-15Merge branch 'forbid-the-usage-of-reload' into 'master'Lin Jen-Shin
Forbid the usage of reload Closes #60218 See merge request gitlab-org/gitlab-ce!27125
2019-04-15Merge branch 'osw-remote-multi-line-suggestions-ff' into 'master'Lin Jen-Shin
Remove multi-line suggestions feature flag Closes #59178 See merge request gitlab-org/gitlab-ce!27219
2019-04-15Add ability to do variable substitutionReuben Pereira
- In prometheus proxy api, allow variables to be replaced. For example, if 'up{env="%{ci_environment_slug}"}' is passed to the endpoint, it becomes 'up{env="production"}' before being sent to prometheus.
2019-04-15Properly expire all pipeline caches when pipeline is deletedStan Hu
When deleting a pipeline, only some of the cache structures were being expired, but not the full pipeline list. We have to synchronously schedule a pipeline cache expiration because the pipeline will be deleted if the Sidekiq expiration job picks it up. To do this, properly extract all the logic buried in the Sidekiq worker into a service, and then call the service. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60469
2019-04-15Merge branch 'sh-validate-ref-name-in-commit' into 'master'Rémy Coutable
Validate refs used in controllers don't have spaces Closes #58572 and gitaly#1425 See merge request gitlab-org/gitlab-ce!24037
2019-04-15Added write_repository scope for personal access tokenHoratiu Eugen Vlad
2019-04-15Merge branch 'cherry-pick-39eb16aa' into 'master'Sean McGivern
Pick revert of `require-all-templates-to-include-default-stages' Closes #59992 and #60106 See merge request gitlab-org/gitlab-ce!27312
2019-04-15Extract EE specific files/lines for spec/features/issuesFelipe Artur
Part of moving gitlab into single codebase
2019-04-15Forbid the use of `#reload` and prefer `#reset`Kamil Trzciński
The `#reload` makes to load all objects into memory, and the main purpose of `#reload` is to drop the association cache. The `#reset` seems to solve exactly that case.
2019-04-15Un-quarantine specKamil Trzciński
2019-04-15Merge branch 'require-all-templates-to-include-default-stages' into 'master'Sean McGivern
Require all templates to use default stages Closes #59992 See merge request gitlab-org/gitlab-ce!26954 (cherry picked from commit 39eb16aab2dbac3347f61f83fb60f5448d44e965) e0df05cf Require all templates to use default stages
2019-04-15Add some frozen string to spec/**/*.rbgfyoung
Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-04-15Display scoped labels in Issue BoardsRajat Jain
This change brings new Scoped labels to Issue board as well. With the last change, this was missed.
2019-04-15Rescue and log errors raised when preparing buildsTiger
https://gitlab.com/gitlab-org/gitlab-ce/issues/60480
2019-04-15Validate refs used in controllers don't have spacesStan Hu
This avoids an unnecessary call to Gitaly and reduces gRPC errors. * Closes https://gitlab.com/gitlab-org/gitaly/issues/1425 * Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58572
2019-04-13Merge branch '31331-add-time-tracking-issue-boards-sidebar' into 'master'Tim Zallmann
Add time tracking information to Issue Boards sidebar Closes #31331 See merge request gitlab-org/gitlab-ce!27166
2019-04-12Merge branch ↵Fatih Acet
'60369-border-radius-still-showing-up-after-improve-diff-nav-header-was-finished' into 'master' Breakpoints.isDesktop should not always return false Closes #60369 See merge request gitlab-org/gitlab-ce!27240
2019-04-12Merge branch '11124-update-deployment-service-fails-if-project-is-nil' into ↵Stan Hu
'master' Always return the deployment in the UpdateDeploymentService#execute method Closes gitlab-ee#11124 See merge request gitlab-org/gitlab-ce!27322
2019-04-12Merge branch 'frozen_string_literal_spec_services' into 'master'Michael Kozono
Add frozen_string_literal to spec/services See merge request gitlab-org/gitlab-ce!27267
2019-04-12Merge branch 'gt-fix-styling-for-framework-notes' into 'master'Phil Hughes
Fix styling for `app/assets/stylesheets/framework/notes.scss` Closes #59868 See merge request gitlab-org/gitlab-ce!26877
2019-04-12use cleaner expectation matchers from Capybaradrew cimino
2019-04-12Don't render artifact download links on the project tags page for builds ↵drew cimino
with expired artifacts
2019-04-12Always return the deployment in the execute methodDouglas Barbosa Alexandre
2019-04-12CE backport of Add Snowplow tracking to notesConstance Okoghenun
Bacport of Snowplow tracking for - Reply comment button - Start discussion and Comment buttons
2019-04-12Merge branch '60241-merge-request-popover-doesn-t-go-away-on-mouse-leave' ↵Phil Hughes
into 'master' Resolve "Merge Request popover doesn't go away on mouse leave" Closes #60241 See merge request gitlab-org/gitlab-ce!27143
2019-04-12Merge branch 'fe-remove-slugify' into 'master'Filipa Lacerda
Remove slugify text utility See merge request gitlab-org/gitlab-ce!27290
2019-04-12Fix isDesktop function to return proper valueSam Bigelow
2019-04-12Fix bug where MR Popover wont go awaySam Bigelow
Add a check to make sure eventListener is not added twice
2019-04-12Merge branch 'update-capybara' into 'master'Stan Hu
Update capybara and selenium-webdriver See merge request gitlab-org/gitlab-ce!27201
2019-04-12Merge branch 'fix-typo-activity-lease' into 'master'Stan Hu
Fix typo in activity lease See merge request gitlab-org/gitlab-ce!27288
2019-04-12Remove slugify text utilityPaul Slaughter
**Why?** This function was not being used and it's documentation was out of date.
2019-04-12Fix grouping wiki pages by directoryIgor
If a page has the same name as a directory the WikiPage#group_by_directory method can have a wrong behaviour This commit fixes it
2019-04-12Do not rescue errors from state transitionsThong Kuah
As this are un-expected errors which we should hear about from Sentry. Still rescue StandardError when operating a Helm action as we can get non Kubeclient errors such as SSL certificate or network errors
2019-04-12Enable RSpec/ExampleWording copThong Kuah