summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'zj-load-languages-from-database' into 'master'Nick Thomas2019-02-251-0/+5
|\ | | | | | | | | | | | | Load repository language from the DB if detected Closes #47390 See merge request gitlab-org/gitlab-ce!25518
| * Load repository language from the DB if detectedZeger-Jan van de Weg2019-02-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Extract ResolveWithIssueButton from NoteableDiscussion componentWinnie Hellmann2019-02-251-0/+5
| |
* | Merge branch ↵Filipa Lacerda2019-02-251-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '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
| * | Link to Changed Page if Only One Change PresentAndrew Fontaine2019-02-251-0/+5
| | | | | | | | | | | | | | | | | | 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.
* | | Merge branch '58020-fix-merge-api-endpoint-param' into 'master'Lin Jen-Shin2019-02-251-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Respect the `should_remove_source_branch` parameter to the merge API Closes #58020 See merge request gitlab-org/gitlab-ce!25525
| * | | Respect the should_remove_source_branch parameter to the merge APINick Thomas2019-02-251-0/+5
| | | |
* | | | Merge branch '57794-project-template-for-net' of ↵Jason Lenny2019-02-251-0/+5
| |/ / |/| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce into 57794-project-template-for-net
* | | Merge branch '57712-project-import-error-user-expected-got-hash' into 'master'Lin Jen-Shin2019-02-251-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Project import error, User expected, got Hash" Closes #57712 See merge request gitlab-org/gitlab-ce!25495
| * | | Fix project import error on releasesJames Lopez2019-02-221-0/+5
| | | |
* | | | Style avatars for groups and projectsMartin Wortschack2019-02-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add rectangular avatar classes - Update avatar for groups - Update avatar for projects - Update avatar for frequent items - Update avatar on "Fork project" page - Conditionally add rectangular avatar class to autocomplete items
* | | | Allow maintainers to remove pagesVladimir Shushlin2019-02-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move remove_pages permission to maintainer Fix before_action in pages controller to check `remove_pages` permission Add specs
* | | | Merge branch 'expose-merge-ref-to-runner' into 'master'Kamil Trzciński2019-02-251-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Expose refspec and depth to runner See merge request gitlab-org/gitlab-ce!25233
| * | | | Expose refspec and depth to runnerShinya Maeda2019-02-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge branch '40795-set-project-name-on-fork-api' into 'master'Douwe Maan2019-02-251-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ability to set project path and name on fork using API Closes #40795 See merge request gitlab-org/gitlab-ce!25363
| * | | | | Let users set name/path on project fork using APIBalasankar "Balu" C2019-02-201-0/+5
| | | | | |
* | | | | | Merge branch '58098-auto-devops-postgres-version-variable' into 'master'Sean McGivern2019-02-251-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow configuring POSTGRES_VERSION in Auto DevOps Closes #58098 See merge request gitlab-org/gitlab-ce!25500
| * | | | | | Allow configuring POSTGRES_VERSION in Auto DevOpsDylan Griffith2019-02-221-0/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We set the default value to 9.6.2 since this was the previous default being used by `stable/postgresql --version=0.7.1` which is used in auto-deploy-app.
* | | | | | Hide CI status when pipelines disabledScott Hampton2019-02-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pipeline status was showing failed on projects when CI was disabled. This checks to see if the feature is enabled before showing the status.
* | | | | | Merge branch 'filter-confidential-issues' into 'master'Kamil Trzciński2019-02-251-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ability to filter confidential issues Closes #50747 See merge request gitlab-org/gitlab-ce!24960
| * | | | | | Ability to filter confidential issuesRobert Schilling2019-02-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new search bar filter for confidential issues. Add filtering support to the IssuesFinder.
* | | | | | | Merge branch '49449-add-an-api-endpoint-for-bulk-updating-issues-and-mrs' ↵Rémy Coutable2019-02-251-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' API endpoint for bulk updating issues and MRs Closes #49449 See merge request gitlab-org/gitlab-ce!25201
| * | | | | | | Add new to test bulk_update endpoint for issues and MRsRobert Schilling2019-02-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for issues and MRs. Add shared tests for both bulk updating issues and MRs.
| * | | | | | | API: Bulk update for issues and merge requestsRobert Schilling2019-02-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR adds support for bulk update actions for issues and merge requests. A single API call can be used to update a list of issues or merge requests
* | | | | | | | Merge branch 'sh-fix-cpp-templates-404' into 'master'Nick Thomas2019-02-251-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 404s when C++ .gitignore template selected Closes #57857 See merge request gitlab-org/gitlab-ce!25416
| * | | | | | | | Fix 404s when C++ .gitignore template selectedStan Hu2019-02-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | Merge branch 'update-gitlab-runner-helm-chart-to-0-2-0' into 'master'Kamil Trzciński2019-02-251-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update GitLab Runner Helm Chart to 0.2.0 See merge request gitlab-org/gitlab-ce!25493
| * | | | | | | | | Update GitLab Runner Helm Chart to 0.2.0Tomasz Maczukin2019-02-221-0/+5
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sh-fix-double-xhr-pipelines' into 'master'Filipa Lacerda2019-02-251-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate XHR request when requesting new pipeline page Closes #58095 See merge request gitlab-org/gitlab-ce!25506
| * | | | | | | | | Remove duplicate XHR request when requesting new pipeline pageStan Hu2019-02-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | Merge branch '57785-create-project-template-for-netlify' of ↵Jason Lenny2019-02-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce into 57785-create-project-template-for-netlify
* | | | | | | | | | Merge branch 'sh-fix-issue-58103' into 'master'Grzegorz Bizon2019-02-251-0/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly handle multiple X-Forwarded-For addresses in runner IP Closes #58103 See merge request gitlab-org/gitlab-ce!25511
| * | | | | | | | | Properly handle multiple X-Forwarded-For addresses in runner IPStan Hu2019-02-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | | Docs: fix url of pipeline status badgeAviad Levy2019-02-241-0/+5
|/ / / / / / / / /
* | | | | | | | | Merge branch '54924-refactor-notes-actions-params' into 'master'Lin Jen-Shin2019-02-231-0/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor params for NotesActions Closes #54924 See merge request gitlab-org/gitlab-ce!25278
| * | | | | | | | Refactor params for notes_actionsHeinrich Lee Yu2019-02-231-0/+5
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes unneeded params from permitted list This also fixes commenting on commits with a hash starting with a large number
* | | | | | | | Merge branch '53325-admin-runners-page-fails-with-an-sql-statement-timeout' ↵Grzegorz Bizon2019-02-221-0/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "/admin/runners page fails with an SQL Statement Timeout" Closes #53325 See merge request gitlab-org/gitlab-ce!25220
| * | | | | | | Add CHANGELOG entryMatija Čupić2019-02-131-0/+5
| | | | | | | |
* | | | | | | | Improve snippets empty stateGeorge Tsiolis2019-02-221-0/+5
| | | | | | | |
* | | | | | | | Merge branch '55703-md-image-borders' into 'master'Kushal Pandya2019-02-221-0/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only show borders around markdown images in notes Closes #55703 See merge request gitlab-org/gitlab-ce!25448
| * | | | | | | Only show borders for images in notesSimon Knox2019-02-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compatible with https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5162
* | | | | | | | Merge branch '55057-system-message-to-core' into 'master'Sean McGivern2019-02-221-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Port EE System Header And Footer feature to CE Closes #55057 See merge request gitlab-org/gitlab-ce!25241
| * | | | | | | | Port EE System Header And Footer feature to CEDouwe Maan2019-02-211-0/+5
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove EE specific code remove EE licence checks move migration from EE to CE folder structure move specs from EE to CE folder structure remove EE specific flag specs
* | | | | | | | Remove auto-appended unitsAdriel Santiago2019-02-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate units from metrics dashboard graphs
* | | | | | | | Merge branch '56873-only-load-syntax-highlighting-css-when-selected' into ↵Phil Hughes2019-02-221-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Only load syntax highlighting css when selected" Closes #57739 and #56873 See merge request gitlab-org/gitlab-ce!25232
| * | | | | | | | Only load selected syntax highlight CSSSimon Knox2019-02-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile highlight CSS separately Move highlight-specific mixins out of mixins.scss Rename solarized themes to match theme name as this was a smaller change than changing all instances to snake_case
* | | | | | | | | fix-52198-timer-is-vertically-misaligned-for-delayed-jobs-in-pipelactionsGokhan Apaydin2019-02-221-0/+5
| | | | | | | | |
* | | | | | | | | Merge branch '9841-geo-unable-to-compare-branches-on-secondary' into 'master'James Lopez2019-02-221-0/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Allow users to compare branches on a read-only instance See merge request gitlab-org/gitlab-ce!25414
| * | | | | | | | Add CHANGELOG entryDouglas Barbosa Alexandre2019-02-201-0/+5
| | | | | | | | |
* | | | | | | | | Update CHANGELOG.md for 11.8.0GitLab Release Tools Bot2019-02-22223-1120/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]