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-08-13Return 429 on rate limiter on raw endpointMayra Cabrera
It was originally returning 302 when the rate limit kicks in, because using the the correct status code makes it easier to track rate limiting events Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/65974
2019-08-13Merge branch '65803-invalidate-branches-cache-on-refresh' into 'master'Bob Van Landuyt
Only expire branch cache once per push See merge request gitlab-org/gitlab-ce!31653
2019-08-13Merge branch 'fix-filename-length' into 'master'Rémy Coutable
Ensure changelog filenames have length less than 99 characters See merge request gitlab-org/gitlab-ce!31752
2019-08-13Merge branch 'require-stage-to-be-set-with-needs' into 'master'Grzegorz Bizon
Require `stage:` to be set with `needs:` Closes #65568 See merge request gitlab-org/gitlab-ce!31760
2019-08-13Merge branch '65963-avoid-extra-query-allowed-to-uninstall' into 'master'Nick Thomas
Fix a performance issue in Helm#can_uninstall? Closes #65963 See merge request gitlab-org/gitlab-ce!31751
2019-08-13Require `stage:` to be set with `needs:`Kamil Trzciński
Since we are unsure what would be the behavior of `stage:` when we work on DAG. Let's make `stage:` to be required today with `needs:`.
2019-08-13Merge branch 'remove-build-process-worker' into 'master'Grzegorz Bizon
Remove unused `BuildProcessWorker` Closes #65539 See merge request gitlab-org/gitlab-ce!31756
2019-08-13Merge branch 'spec_cluster_policy_coverage' into 'master'Bob Van Landuyt
Improve cluster policy spec coverage See merge request gitlab-org/gitlab-ce!31700
2019-08-13Ensure changelog filenames are less than 99 characters longBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-08-13Remove unused `BuildProcessWorker`Kamil Trzciński
We migrated all logic to `PipelineProcessWorker` and this worker become redundant.
2019-08-13Merge branch '61800-migrate-environment-rollback-tests-to-jest' into 'master'Tim Zallmann
Convert `spec/javascripts/environments/*rollback*` tests from Jasmine to Jest Closes #61800 See merge request gitlab-org/gitlab-ce!31021
2019-08-13Fix performance issue in Helm#can_uninstall?Dylan Griffith
Calling #present? was causing a DB query to happen each time around the loop. We only wanted to check for nil as it's nil in the first loop around so there is no need for #present?
2019-08-13Improve quick action error messagesHeinrich Lee Yu
Standardize punctuation and format
2019-08-13Merge branch 'ce-12547-load-search-counts-async' into 'master'Michael Kozono
Load search result counts asynchronously (CE) See merge request gitlab-org/gitlab-ce!31663
2019-08-13Merge branch 'sh-fix-import-export-suggestions' into 'master'Michael Kozono
Properly save suggestions in project exports Closes #65880 See merge request gitlab-org/gitlab-ce!31690
2019-08-12FE fetch counts async on search page loadPaul Slaughter
Creates `refresh_counts` module to dynamically fetch and load data based on attributes of HAML elements.
2019-08-12Load search result counts asynchronouslyMarkus Koller
Querying all counts for the different search results in the same request led to timeouts, so we now only calculate the count for the *current* search results, and request the others in separate asynchronous calls.
2019-08-12Convert spec/javascripts/environments/*rollback* tests to JestNathan Friend
This commit converts two Jasmine tests into Jest tests.
2019-08-12Merge branch '65790-highlight' into 'master'Annabel Dunstone Gray
Adds highlight to collapsible line in job log Closes #65790 See merge request gitlab-org/gitlab-ce!31665
2019-08-12Merge branch 'update-graphicsmagick-to-1.3.33' into 'master'Stan Hu
Update GraphicsMagick from 1.3.29 to 1.3.33 See merge request gitlab-org/gitlab-ce!31692
2019-08-12Update GraphicsMagick from 1.3.29 to 1.3.33 for CI testsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-08-12Adds highlight to collapsible lineFilipa Lacerda
In the job log adds a highlight when hovering the collapsible line
2019-08-12Merge branch '65278-fix-puma-master-counter-wipe' into 'master'Stan Hu
Fix active metric files being wiped after the app starts See merge request gitlab-org/gitlab-ce!31668
2019-08-12Update Gitaly server and gem to 1.58.0Jacob Vosmaer
2019-08-12Merge branch 'georgekoltsov/63408-user-mapping' into 'master'Grzegorz Bizon
Add author lines to project import comments See merge request gitlab-org/gitlab-ce!31579
2019-08-12Merge branch 'georgekoltsov/51260-add-filtering-to-bitbucket-server-import' ↵Tim Zallmann
into 'master' Add BitBucketServerImport project filtering See merge request gitlab-org/gitlab-ce!31420
2019-08-12Merge branch 'alipniagov-fix-wiki_can_not_be_created_total-counter' into ↵Thong Kuah
'master' Fix :wiki_can_not_be_created_total counter See merge request gitlab-org/gitlab-ce!31673
2019-08-12Remove worker label from puma terminations metricAleksei Lipniagov
2019-08-12Add BitbucketServerController filtering specGeorge Koltsov
2019-08-12Add bitbucket_server/client_spec.rb specGeorge Koltsov
2019-08-12Merge branch ↵Filipa Lacerda
'44036-someone-edited-the-issue-at-the-same-time-is-regularly-seen-despite-that-being-a-filthy-lie' into 'master' Fix incorrectly displayed conflict warning See merge request gitlab-org/gitlab-ce!31469
2019-08-12Merge branch 'sh-break-out-invited-group-members' into 'master'Ash McKenzie
Make it easier to find invited group members Closes #61948 See merge request gitlab-org/gitlab-ce!28436
2019-08-12Merge branch 'fe-fix-diffs-specs-leaking-store' into 'master'Kushal Pandya
[CE] FE fix diffs specs leaking store See merge request gitlab-org/gitlab-ce!31698
2019-08-12Add kbd shortcuts for discussion navigationSam Bigelow
Add keyboard shortcuts `p` and `n` to navigate duscussions.
2019-08-12Improve spec description in member_spec.rbStan Hu
2019-08-12Fix conflict warning being incorrectly displayedHeinrich Lee Yu
Hide warning when update request is in progress
2019-08-12Improve cluster policy spec coverageThong Kuah
2019-08-12CE - FE fix diffs specs leaking storePaul Slaughter
- Export mr_notes module as function - Update specs refs of mr_notes/stores to factory EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15097
2019-08-12Update karma for new expansion cell markupAndré Luís
Also cleans up spec by: - Add missing `afterEach ... $destroy` - Add missing `done` call when `$nextTick` was used
2019-08-11Properly save suggestions in project exportsStan Hu
Previously imports would fail if a merge request note included a suggestion with an `ActiveRecord::HasManyThroughCantAssociateThroughHasOneOrManyReflection` exception. This was happening because suggestions were listed as a descendant of merge requests, but this doesn't work because suggestions are directly associated with notes, not merge requests, and that association is lost. Rails also disallows creating intializing a has_many association through a different object. We fix this by making `suggestions` a child of `notes` within a merge request. This doesn't fix previously broken exported project exports, but new exports will work. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65880
2019-08-10Replace ... with new expansion optionsSamantha Ming
- expand upwards - expand downwards - expand all in both inline and parallel views
2019-08-10Rename branches_exist? -> includes_branches?Stan Hu
2019-08-10Split MR widget into cached and non-cached serializersIgor
Splits auto-refreshing of MR widget into 2 requests: - the one which uses etag-caching and invalidates the fields on change - the one without caching The idea is to gradually move all the fields to etag-cached endpoint
2019-08-09Merge branch 'spec-differences' into 'master'Robert Speicher
Backport EE code for OAuth applications spec See merge request gitlab-org/gitlab-ce!31670
2019-08-09Merge branch 'issue_58494' into 'master'Robert Speicher
Prevent rewritting plain links as embedded Closes #58494 See merge request gitlab-org/gitlab-ce!31489
2019-08-09Remove gfm_embed_metrics flag from BETristan Read
Removes the feature flag that controls whether metrics dashboard urls unfurl the metrics dashboard charts.
2019-08-09Adds button to download metrics data as csvLaura Montemayor
This MR adds a temporary button to be able to download the Prometheus metrics from charts to CSV format.
2019-08-09Fix typo in causing failing to test in sorting_spec.rbStan Hu
2019-08-09Merge branch 'master' into sh-break-out-invited-group-membersStan Hu
2019-08-09Merge branch ↵Bob Van Landuyt
'13208-epicissue-has-an-unexpected-default-relative-position-ce' into 'master' [CE] Remove default `relative_position` from `epic_issues` See merge request gitlab-org/gitlab-ce!31514