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-06-05Merge branch ↵Jan Provaznik
'11925-geo-sidekiq-nodes-try-to-run-jobs-even-thought-db-is-readonly' into 'master' Ensure DB is writable before continuing jobs See merge request gitlab-org/gitlab-ce!29134
2019-06-05Avoid 500's when commit is not reachableOswaldo Ferreira
2019-06-05Revert "Merge branch..."Kamil Trzciński
This reverts merge request !27503
2019-06-05Merge branch 'bvl-use-global-ids-graphql' into 'master'Jan Provaznik
Use global IDs when exposing GraphQL resources Closes #62650 See merge request gitlab-org/gitlab-ce!29080
2019-06-05Merge branch 'issue-6568-single-codebase-spec-controllers' into 'master'Lin Jen-Shin
single codebase spec controllers See merge request gitlab-org/gitlab-ce!29041
2019-06-05Merge branch '62713-fix-uninstalling-cluster-apps' into 'master'Douglas Barbosa Alexandre
Fix connection to Tiller error while uninstalling Closes #62713 See merge request gitlab-org/gitlab-ce!29131
2019-06-05Merge branch ↵Filipa Lacerda
'61910-common_utils_spec-js-fails-locally-on-master-for-roundofffloat' into 'master' Resolve "common_utils_spec.js fails locally for roundOffFloat" Closes #61910 See merge request gitlab-org/gitlab-ce!28963
2019-06-05Merge branch 'jivanvl-add-single-stat-chart-component' into 'master'Filipa Lacerda
Add single_stat chart component to the monitoring bundle See merge request gitlab-org/gitlab-ce!28948
2019-06-05Merge branch 'revert-git-depth-for-merge-request' into 'master'Kamil Trzciński
Revert a default GIT_DEPTH for MR pipeline See merge request gitlab-org/gitlab-ce!28926
2019-06-05Add multiple extends supportWolphin
2019-06-05Add web_url to tree entry in GraphQL APIPhil Hughes
2019-06-05Fix whitespace changes visibility when the related file was initially collapsedOndřej Budai
2019-06-05Use #cache_key of subject for generated redis keyPatrick Bajao
This commit also includes some changes in specs to use `Class.new` approach.
2019-06-05Use Redis for CacheMarkDownField on non AR modelsPatrick Bajao
This allows using `CacheMarkdownField` for models that are not backed by ActiveRecord. When the including class inherits `ActiveRecord::Base` we include `Gitlab::MarkdownCache::ActiveRecord::Extension`. This will cause the markdown fields to be rendered and the generated HTML stored in a `<field>_html` attribute on the record. We also store the version used for generating the markdown. All other classes that include this model will include the `Gitlab::MarkdownCache::Redis::Extension`. This add the `<field>_html` attributes to that model and will generate the html in them. The generated HTML will be cached in redis under the key `markdown_cache:<class>:<id>`. The class this included in must therefore respond to `id`.
2019-06-05&& and || operators for CI Pipeline expressions.drew cimino
Refactored regex pattern matching to eagerly return tokens Packaged behind a default-enabled feature flag and added operator documentation.
2019-06-05Ensure DB is writable before continuing jobsAsh McKenzie
In the context of a Geo setup, some jobs can be running on a Geo secondary where the database is read-only and therefore we should guard against various jobs attempting to write.
2019-06-05Merge branch 'fix-external-dashboard-specs' into 'master'Clement Ho
Fix "operation settings external dashboard component" Jest specs See merge request gitlab-org/gitlab-ce!29160
2019-06-05Merge branch 'ce-9578-adjust-opened-issues-count-and-completion-rate' into ↵Robert Speicher
'master' Port: EE adjust burndown chart opened issues count See merge request gitlab-org/gitlab-ce!28777
2019-06-05Merge branch 'fe-jestify-specs-starting-with-a-1' into 'master'Mike Greiling
Jestify some specs that start with "A" See merge request gitlab-org/gitlab-ce!28727
2019-06-04Fix submit button selector in specsPaul Gascou-Vaillancourt
2019-06-04Merge branch '61964-unicorn-instrumentation' into 'master'Bob Van Landuyt
Adds ruby and unicorn instrumentation Closes #61964 See merge request gitlab-org/gitlab-ce!28499
2019-06-04Handle external dashboard form submissionAdriel Santiago
Connect frontend UI with backend api for external dashboard link
2019-06-04Jestify autosave spec and add localStorage helperPaul Slaughter
The helper was needed because `jest.spyOn` would not work on this special window object property. The only way we could successfully spy on `localStorage` was with this helper.
2019-06-04Add single_stat chart component to the monitoring bundleJose Vargas
This merge requests just adds the component without integrating it to the dashboard, it adds tests as well
2019-06-04Extract setIssueDetail() into issue boards storeWinnie Hellmann
2019-06-04Merge branch 'ce-fix-vue-spec-warning' into 'master'Fatih Acet
Fix warning in spec from committing unused mutation See merge request gitlab-org/gitlab-ce!28815
2019-06-04Extract toggleFilter() into issue boards storeWinnie Hellmann
2019-06-04Merge branch 'bvl-design-diff-notes-ce' into 'master'Douwe Maan
Adjustments related to DiffNotes on diffs outside of a project's main repository See merge request gitlab-org/gitlab-ce!29023
2019-06-04Merge branch 'mr-widget-merge-error' into 'master'Filipa Lacerda
Update rendering of merge request in merge request widget Closes #40246 See merge request gitlab-org/gitlab-ce!28238
2019-06-04Default masked to false for new variablesmfluharty
Set the default value to false Adjust tests to expect false as the default Update documentation to make new default clear
2019-06-04Expose wiki_size on GraphQL APIAlessio Caiazza
2019-06-04Fix connection to Tiller error while uninstallingThong Kuah
Both the `install-<app>` and `uninstall-<app>` pods loads the `values-content-configuration-<app>` configmap into the pod (see `#volume_specification`). This configmap contains the cert necessary to connect to Tiller. The cert though is only valid for 30 minutes. So this fixes the bug where the configmap when uninstalling should be updated as well.
2019-06-04Merge branch '10685-remove-feature-flag-ce' into 'master'Nick Thomas
Remove `approval_rules` feature flag and remove obsolete approvals implementation See merge request gitlab-org/gitlab-ce!28979
2019-06-04Merge branch 'cancel-auto-merge-when-merge-request-is-closed' into 'master'Grzegorz Bizon
Cancel auto merge when merge request is closed See merge request gitlab-org/gitlab-ce!28782
2019-06-04Merge branch ↵Grzegorz Bizon
'58941-use-gitlab-serverless-with-existing-knative-installation' into 'master' Resolve "Use GitLab serverless with existing Knative installation" Closes #58941 See merge request gitlab-org/gitlab-ce!27173
2019-06-04Merge branch 'introduce-auto-merge-process-worker' into 'master'Thong Kuah
Introduce sidekiq worker for auto merge process See merge request gitlab-org/gitlab-ce!28780
2019-06-04Adjust burndown chart opened issues countAlexandru Croitor
* Adjust opened issues count in the milestone burndown chart to match current opened issues in the milestone. * Fix completion rate calculation to include milestones only.
2019-06-04Change s_() calls to _() callsMichał Zając
There are no namespaces in the strings so we don't need those
2019-06-04Ignore Puma empty worker statsJan Provaznik
In some cases (during worker start) it's possible that Puma.stats returns an empty hash for worker's last status. In that case we just skip sampling of the worker until these stats are available.
2019-06-04Remove spec feature stubbingMark Chao
2019-06-04FE: Remove legacy approval feature in MR filesPaul Slaughter
2019-06-04Merge branch ↵Kamil Trzciński
'set-real-next-run-at-for-preventing-duplciate-pipeline-creations' into 'master' Make pipeline schedule worker resilient Closes gitlab-com/gl-infra/production#805 and #61955 See merge request gitlab-org/gitlab-ce!28407
2019-06-04Update rendering of merge request in merge request widgetPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/40246
2019-06-04Add expand/collapse buttonAdriel Santiago
Add ability to expand/collapse operation settings
2019-06-04Introduce sidekiq worker for auto merge processShinya Maeda
As we have a central domain for auto merge process today, we should use a single worker for any auto merge process.
2019-06-04Cancel auto merge when merge request is closedShinya Maeda
We should cancel auto merge when merge request is closed.
2019-06-04Merge branch 'sh-fix-import-url-update' into 'master'Thong Kuah
Fix project settings not being able to update Closes #62708 See merge request gitlab-org/gitlab-ce!29097
2019-06-04Comply with `no-implicit-coercion` rule (CE)Nathan Friend
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2019-06-04Backporting EE fixrossfuhrman
2019-06-04Fix project settings not being able to updateStan Hu
Previously import_url would always be present in the update parameters, which would cause the validation to fail. We now only include this parameter only if there is URL given. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62708