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-02-26Merge branch ↵Clement Ho
'57582-dropdown-icon-misalignment-on-issues-list-on-mobile-screen' into 'master' Fix alignment of dropdown icon on issuable on mobile Closes #57582 See merge request gitlab-org/gitlab-ce!25205
2019-02-25Merge branch 'zj-load-languages-from-database' into 'master'Nick Thomas
Load repository language from the DB if detected Closes #47390 See merge request gitlab-org/gitlab-ce!25518
2019-02-25Extract ResolveWithIssueButton from NoteableDiscussion componentWinnie Hellmann
2019-02-25Merge branch ↵Filipa Lacerda
'55925-if-there-is-only-one-changed-page-in-review-app-go-directly-there' into 'master' If there is one changed page in review app, link to it Closes #55925 See merge request gitlab-org/gitlab-ce!25048
2019-02-25Merge branch '53655-board-milestone-fix' into 'master'Douwe Maan
Port of See merge request gitlab-org/gitlab-ce!23868
2019-02-25Merge branch '58020-fix-merge-api-endpoint-param' into 'master'Lin Jen-Shin
Respect the `should_remove_source_branch` parameter to the merge API Closes #58020 See merge request gitlab-org/gitlab-ce!25525
2019-02-25Link to Changed Page if Only One Change PresentAndrew Fontaine
Given a static page mapping, and a review app with a single static page change, the review app link will now go directly to that change instead of to the home page of the review app.
2019-02-25Merge branch '57794-project-template-for-net' of ↵Jason Lenny
https://gitlab.com/gitlab-org/gitlab-ce into 57794-project-template-for-net
2019-02-25Load repository language from the DB if detectedZeger-Jan van de Weg
The repository charts page used to detect the repository language for each request that was made to the page. Given the detection is an expensive operation and the same data is stored in the database the database is now serving the request. The same goes for an API endpoint that serves the languages. When a repository is empty or non-existent the languages will always be empty. And the language detection RPC isn't requested. Closes: https://gitlab.com/gitlab-org/gitlab-ce/issues/47390
2019-02-25Respect the should_remove_source_branch parameter to the merge APINick Thomas
2019-02-25Merge branch '57712-project-import-error-user-expected-got-hash' into 'master'Lin Jen-Shin
Resolve "Project import error, User expected, got Hash" Closes #57712 See merge request gitlab-org/gitlab-ce!25495
2019-02-25Add specs checking keeping milestonesJarka Košanová
2019-02-25Merge branch '7861-cross-project-pipeline-dashboard-mvc-2-ce' into 'master'Grzegorz Bizon
Delegate last_pipeline to Project See merge request gitlab-org/gitlab-ce!25422
2019-02-25Allow maintainers to remove pagesVladimir Shushlin
Move remove_pages permission to maintainer Fix before_action in pages controller to check `remove_pages` permission Add specs
2019-02-25Merge branch 'expose-merge-ref-to-runner' into 'master'Kamil Trzciński
Expose refspec and depth to runner See merge request gitlab-org/gitlab-ce!25233
2019-02-25Merge branch '40795-set-project-name-on-fork-api' into 'master'Douwe Maan
Add ability to set project path and name on fork using API Closes #40795 See merge request gitlab-org/gitlab-ce!25363
2019-02-25Merge branch 'sh-fix-users-controller-ruby-2.6-compat' into 'master'Douwe Maan
Make Admin::UsersController work with Ruby 2.6 See merge request gitlab-org/gitlab-ce!25316
2019-02-25Hide CI status when pipelines disabledScott Hampton
Pipeline status was showing failed on projects when CI was disabled. This checks to see if the feature is enabled before showing the status.
2019-02-25Merge branch 'am-fix-pagination-relative-links' into 'master'Rémy Coutable
Properly implement API pagination headers and add specs Closes #57684 See merge request gitlab-org/gitlab-ce!25267
2019-02-25Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński
Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
2019-02-25Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' ↵Rémy Coutable
into 'master' API endpoint for bulk updating issues and MRs Closes #49449 See merge request gitlab-org/gitlab-ce!25201
2019-02-25Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
2019-02-25Merge branch 'sh-fix-cpp-templates-404' into 'master'Nick Thomas
Fix 404s when C++ .gitignore template selected Closes #57857 See merge request gitlab-org/gitlab-ce!25416
2019-02-25Merge branch 'update-gitlab-runner-helm-chart-to-0-2-0' into 'master'Kamil Trzciński
Update GitLab Runner Helm Chart to 0.2.0 See merge request gitlab-org/gitlab-ce!25493
2019-02-25Merge branch 'sh-fix-double-xhr-pipelines' into 'master'Filipa Lacerda
Remove duplicate XHR request when requesting new pipeline page Closes #58095 See merge request gitlab-org/gitlab-ce!25506
2019-02-25Merge branch '57785-create-project-template-for-netlify' of ↵Jason Lenny
https://gitlab.com/gitlab-org/gitlab-ce into 57785-create-project-template-for-netlify
2019-02-25Fix misspellings in app/spec commentsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-25Merge branch 'sh-fix-issue-58103' into 'master'Grzegorz Bizon
Properly handle multiple X-Forwarded-For addresses in runner IP Closes #58103 See merge request gitlab-org/gitlab-ce!25511
2019-02-25Expose refspec and depth to runnerShinya Maeda
fix fix and fix Allow full ref specification for pipeline creation Add spec Support backward compatibility Use ref path Runner feature flag Simplify the things Support fork workflow (Public only) Expose ref spec Use refspec Glooming Decouple unrelated changes Add changelog Revert unrelated file Decouple unnecessary Add spec Use refspecs Fix changelog Simplify Fix coding offence Fix a ok ok ok ok ok a a Fix Add workaround for ignore_column Fix git depth Fix coding offence Fix spec Simplify more Do not set ignored column Fix tests Fix pipeline Fix spec fix fixture yes Revert nonsense fix Revert more ok Decouple mr pipelines fix spev Remove unrelated changes
2019-02-25Merge branch 'winh-remove-convertPermissionToBoolean' into 'master'Clement Ho
Remove convertPermissionToBoolean() from common_utils.js See merge request gitlab-org/gitlab-ce!25454
2019-02-25Properly handle multiple X-Forwarded-For addresses in runner IPStan Hu
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24624 extracted the X-Forwarded-For address directly, but this didn't consider the case where multiple proxies are in the chain. To fix this, we use the Rails implementation to filter trusted proxies, as documented by Grape: https://github.com/ruby-grape/grape#remote-ip Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58103
2019-02-24Remove duplicate XHR request when requesting new pipeline pageStan Hu
When a user clicked on another page in the pipeline page, the following would happen: 1. PipelinesService.getPipelines() would be called to fetch the new page 2. In the success handler, Poll.restart() would be called 3. This would invoke Poll.makeRequest(), which would fire off a new request. To fix this, we introduce a enable(), which will: 1. Update the request data accordingly 2. Clear the old timeout if necessary and start a new timer Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58095
2019-02-23Merge branch '54924-refactor-notes-actions-params' into 'master'Lin Jen-Shin
Refactor params for NotesActions Closes #54924 See merge request gitlab-org/gitlab-ce!25278
2019-02-23Refactor params for notes_actionsHeinrich Lee Yu
Removes unneeded params from permitted list This also fixes commenting on commits with a hash starting with a large number
2019-02-23Merge branch ↵Douglas Barbosa Alexandre
'58062-tracing-url-template-render-using-string-format-does-not-play-well-with-urls' into 'master' Switch back to using regexps in tracing_url_template Closes #58062 See merge request gitlab-org/gitlab-ce!25491
2019-02-22Fix project import error on releasesJames Lopez
2019-02-22Only use boolean parameters internallyRobert Schilling
Use internally only boolean params.
2019-02-22Switch back to using regexps in `tracing_url_template`Andrew Newdigate
This approach is able to cope with `%` characters in the URL template, which is important since `%` is a valid URL character. Additionally this approach is less likely to fail on an invalid string. This is important since the distributed tracing infrastructure is designed to degrade gracefully when not properly configured, and a small mistake in the configuration of the URL template could have led to a production outage.
2019-02-22Add test for URL encoded charactersAndrew Newdigate
Tracing URL templates should be able to include % characters. This test is intended to show that the current implementation needs rework in order to handle this requirement.
2019-02-22Update GitLab Runner Helm Chart to 0.2.0Tomasz Maczukin
2019-02-22Improve snippets empty stateGeorge Tsiolis
2019-02-22Merge branch '55057-system-message-to-core' into 'master'Sean McGivern
Port EE System Header And Footer feature to CE Closes #55057 See merge request gitlab-org/gitlab-ce!25241
2019-02-22Remove auto-appended unitsAdriel Santiago
Remove duplicate units from metrics dashboard graphs
2019-02-22Merge branch 'winh-jest-gfm_auto_complete_spec' into 'master'Kushal Pandya
Move gfm_auto_complete_spec.js to Jest See merge request gitlab-org/gitlab-ce!25463
2019-02-22Merge branch '56873-only-load-syntax-highlighting-css-when-selected' into ↵Phil Hughes
'master' Resolve "Only load syntax highlighting css when selected" Closes #57739 and #56873 See merge request gitlab-org/gitlab-ce!25232
2019-02-22Merge branch 'fix-broken-select2-import-project-app' into 'master'Phil Hughes
Fix select2 import for project import app namespace select See merge request gitlab-org/gitlab-ce!25307
2019-02-22Merge branch '9841-geo-unable-to-compare-branches-on-secondary' into 'master'James Lopez
Allow users to compare branches on a read-only instance See merge request gitlab-org/gitlab-ce!25414
2019-02-22Fix 404s when C++ .gitignore template selectedStan Hu
Due to a overly-stringent regex, the project template API was 404'ing when C++ was requested as the template. Loosen the regex to allow `+` and `%` for URL-encoded characters. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57857
2019-02-22Move highlight themes to subfolderSimon Knox
2019-02-22Merge branch 'dz-sort-labels-alphabetically' into 'master'Douglas Barbosa Alexandre
Sort labels alphabetically on issues and merge requests list Closes #57003 See merge request gitlab-org/gitlab-ce!25470