summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Fixed deletion of directories in Web IDE64677-delete-directory-webideDenys Mishunov2019-08-121-0/+35
|
* Update Gitaly server and gem to 1.58.0Jacob Vosmaer2019-08-121-17/+0
|
* Merge branch 'georgekoltsov/63408-user-mapping' into 'master'Grzegorz Bizon2019-08-124-11/+34
|\ | | | | | | | | Add author lines to project import comments See merge request gitlab-org/gitlab-ce!31579
| * Apply code review feedbackGeorge Koltsov2019-08-081-2/+2
| |
| * Add bitbucket_import/importer_spec.rb specGeorge Koltsov2019-08-074-11/+34
| | | | | | | | | | | | - Replace `username` field with `nickname` due to updates in BitBucket Cloud API - Add new imported spec validating addition of `authod_line`
* | Merge branch 'georgekoltsov/51260-add-filtering-to-bitbucket-server-import' ↵Tim Zallmann2019-08-122-1/+24
|\ \ | | | | | | | | | | | | | | | | | | into 'master' Add BitBucketServerImport project filtering See merge request gitlab-org/gitlab-ce!31420
| * | Add BitbucketServerController filtering specGeorge Koltsov2019-08-121-1/+13
| | |
| * | Add bitbucket_server/client_spec.rb specGeorge Koltsov2019-08-121-0/+11
| | |
* | | Merge branch 'alipniagov-fix-wiki_can_not_be_created_total-counter' into ↵Thong Kuah2019-08-121-1/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | 'master' Fix :wiki_can_not_be_created_total counter See merge request gitlab-org/gitlab-ce!31673
| * | Fix :wiki_can_not_be_created_total counteralipniagov-fix-wiki_can_not_be_created_total-counterAleksei Lipniagov2019-08-091-1/+4
| | |
* | | Merge branch ↵docs-4453-external-exportersFilipa Lacerda2019-08-121-47/+64
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | '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
| * | | Fix conflict warning being incorrectly displayed44036-someone-edited-the-issue-at-the-same-time-is-regularly-seen-despite-that-being-a-filthy-lieHeinrich Lee Yu2019-08-121-47/+64
| | | | | | | | | | | | | | | | Hide warning when update request is in progress
* | | | Merge branch 'sh-break-out-invited-group-members' into 'master'Ash McKenzie2019-08-127-23/+73
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it easier to find invited group members Closes #61948 See merge request gitlab-org/gitlab-ce!28436
| * | | | Improve spec description in member_spec.rbsh-break-out-invited-group-membersStan Hu2019-08-111-1/+1
| | | | |
| * | | | Fix typo in causing failing to test in sorting_spec.rbStan Hu2019-08-091-1/+1
| | | | |
| * | | | Merge branch 'master' into sh-break-out-invited-group-membersStan Hu2019-08-0984-593/+2167
| |\ \ \ \
| * | | | | Rename search_invited to search_invite_emailStan Hu2019-08-091-2/+4
| | | | | |
| * | | | | Merge branch 'master' into sh-break-out-invited-group-membersStan Hu2019-08-0778-605/+1570
| |\ \ \ \ \
| * | | | | | Fix broken specsMartin Wortschack2019-08-064-22/+22
| | | | | | | | | | | | | | | | | | | | | - Add qa- selector to sort dropdown
| * | | | | | Fix spec for inviting membersStan Hu2019-08-051-0/+2
| | | | | | |
| * | | | | | Make it easier to find invited group membersStan Hu2019-08-054-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had a number of team members struggle to find invited members of a group. Searching for the e-mail address did not work because search only works with members with user accounts. This commit changes two things: 1. Breaks out the invited members into a separate table. 2. Adds search capability for the invited members. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61948
* | | | | | | Merge branch 'fe-fix-diffs-specs-leaking-store' into 'master'Kushal Pandya2019-08-1211-22/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE] FE fix diffs specs leaking store See merge request gitlab-org/gitlab-ce!31698
| * | | | | | | CE - FE fix diffs specs leaking storefe-fix-diffs-specs-leaking-storePaul Slaughter2019-08-1111-22/+26
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | | Add kbd shortcuts for discussion navigationSam Bigelow2019-08-122-0/+125
|/ / / / / / | | | | | | | | | | | | | | | | | | Add keyboard shortcuts `p` and `n` to navigate duscussions.
* | | | | | Update karma for new expansion cell markupAndré Luís2019-08-111-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also cleans up spec by: - Add missing `afterEach ... $destroy` - Add missing `done` call when `$nextTick` was used
* | | | | | Replace ... with new expansion optionsSamantha Ming2019-08-1011-21/+238
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - expand upwards - expand downwards - expand all in both inline and parallel views
* | | | | | Split MR widget into cached and non-cached serializersIgor2019-08-095-143/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge branch 'spec-differences' into 'master'Robert Speicher2019-08-091-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport EE code for OAuth applications spec See merge request gitlab-org/gitlab-ce!31670
| * | | | | | Backport EE code for OAuth applications specspec-differencesYorick Peterse2019-08-091-1/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | This spec used a different title for a spec in EE, while CE duplicated the same title. This ensures that CE uses the EE version.
* | | | | | Merge branch 'issue_58494' into 'master'Robert Speicher2019-08-091-0/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent rewritting plain links as embedded Closes #58494 See merge request gitlab-org/gitlab-ce!31489
| * | | | | | Prevent rewritting plain links as embeddedissue_58494Felipe Artur2019-08-071-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents rewritting plain image/video links as embedded when moving issues.
* | | | | | | Remove gfm_embed_metrics flag from BETristan Read2019-08-093-52/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes the feature flag that controls whether metrics dashboard urls unfurl the metrics dashboard charts.
* | | | | | | Adds button to download metrics data as csvLaura Montemayor2019-08-091-3/+33
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR adds a temporary button to be able to download the Prometheus metrics from charts to CSV format.
* | | | | | Merge branch ↵Bob Van Landuyt2019-08-091-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| * | | | | | Remove default relative_position value13208-epicissue-has-an-unexpected-default-relative-position-ceHeinrich Lee Yu2019-08-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes `epic_issues` consistent with other tables using our `RelativePositioning` class
* | | | | | | Add repo-refs control for search pageminghuan lei2019-08-092-8/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - only in blobs result
* | | | | | | Merge branch 'revert-d61dab91' into 'master'Bob Van Landuyt2019-08-092-57/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Revert "Merge branch '65152-selective-highlight' into 'master'" See merge request gitlab-org/gitlab-ce!31643
| * | | | | | Revert "Merge branch '65152-selective-highlight' into 'master'"revert-d61dab91Patrick Bajao2019-08-092-57/+3
| |/ / / / / | | | | | | | | | | | | This reverts merge request !31361
* | | | | | Merge branch 'sh-fix-sidekiq-scheduling-latency' into 'master'Thong Kuah2019-08-091-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Sidekiq scheduling_latency_s Closes #65748 See merge request gitlab-org/gitlab-ce!31650
| * | | | | | Fix Sidekiq scheduling_latency_ssh-fix-sidekiq-scheduling-latencyStan Hu2019-08-081-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This number was reporting a negative number because `current_time` was a monotonic counter, not an absolute time. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65748
* | | | | | Revert "Merge branch ↵Winnie Hellmann2019-08-092-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '4221-board-milestone-should-persist-any-none-properly-ce' into 'master'" This reverts merge request !30613
* | | | | | Add Gitaly and Rugged call timing in Sidekiq logsStan Hu2019-08-091-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will help identify Sidekiq jobs that invoke excessive number of filesystem access. The timing data is stored in `RequestStore`, but this is only active within the middleware and is not directly accessible to the Sidekiq logger. However, it is possible for the middleware to modify the job hash to pass this data along to the logger.
* | | | | | Merge branch '39217-remove-kubernetes-service-integration' into 'master'James Lopez2019-08-095-192/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove KubernetesService integration See merge request gitlab-org/gitlab-ce!31365
| * | | | | | Final removal of KubernetesService39217-remove-kubernetes-service-integrationTiger2019-08-085-192/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Creating new records has been disabled, and all existing records been migrated to clusters as of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28534
* | | | | | | Merge branch 'speed-up-labels-api' into 'master'Rémy Coutable2019-08-097-70/+126
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Remove label issue and MR counts from default API responses See merge request gitlab-org/gitlab-ce!31543
| * | | | | | Remove label issue and MR counts from default API responsesspeed-up-labels-apiSean McGivern2019-08-087-70/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These counts significantly increase the load time for these requests. Users can now opt in to receiving the counts by setting `with_counts=true` in requests. This is a breaking change, but hopefully a fairly minor one.
* | | | | | | Add a field for released_at to GH importerCindy Pallares 🦉2019-08-091-2/+5
| | | | | | |
* | | | | | | Merge branch 'sh-rename-githost-to-gitjson' into 'master'Mayra Cabrera2019-08-081-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename githost.log -> git_json.log See merge request gitlab-org/gitlab-ce!31634
| * | | | | | | Rename githost.log -> git_json.logStan Hu2019-08-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The githost.log name was often confused with GitHost.io. Rename this to git_json.log to make it clear it's coming from Git and that it's JSON data.
* | | | | | | | Merge branch 'jejacks0n-remove-bad-spec' into 'master'Tim Zallmann2019-08-081-7/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Clean up an incomplete thought as a spec See merge request gitlab-org/gitlab-ce!31541