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
AgeCommit message (Collapse)Author
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-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-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-25Style avatars for groups and projectsMartin Wortschack
- 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
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 '58098-auto-devops-postgres-version-variable' into 'master'Sean McGivern
Allow configuring POSTGRES_VERSION in Auto DevOps Closes #58098 See merge request gitlab-org/gitlab-ce!25500
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 '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 '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-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-25Docs: fix url of pipeline status badgeAviad Levy
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-23Allow configuring POSTGRES_VERSION in Auto DevOpsDylan Griffith
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.
2019-02-22Merge branch '53325-admin-runners-page-fails-with-an-sql-statement-timeout' ↵Grzegorz Bizon
into 'master' Resolve "/admin/runners page fails with an SQL Statement Timeout" Closes #53325 See merge request gitlab-org/gitlab-ce!25220
2019-02-22Fix project import error on releasesJames Lopez
2019-02-22Update GitLab Runner Helm Chart to 0.2.0Tomasz Maczukin
2019-02-22Improve snippets empty stateGeorge Tsiolis
2019-02-22Merge branch '55703-md-image-borders' into 'master'Kushal Pandya
Only show borders around markdown images in notes Closes #55703 See merge request gitlab-org/gitlab-ce!25448
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 '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-22fix-52198-timer-is-vertically-misaligned-for-delayed-jobs-in-pipelactionsGokhan Apaydin
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-22Update CHANGELOG.md for 11.8.0GitLab Release Tools Bot
[ci skip]
2019-02-22Only show borders for images in notesSimon Knox
Compatible with https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5162
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
2019-02-21Sort labels alphabeticallyDmitriy Zaporozhets
Sorts labels alphabetically on issues (and merge requests) list. Before it was order id desc. Now it will be consistent with sidebar and labels page. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-02-21Merge branch ↵Robert Speicher
'56492-implement-new-arguments-state-closed_before-and-closed_after-for-issuesresolver-in-graphql' into 'master' Implement new arguments `state`, `closed_before` and `closed_after` for `IssuesResolver` in GraphQL Closes #56492 See merge request gitlab-org/gitlab-ce!24910
2019-02-21Port EE System Header And Footer feature to CEDouwe Maan
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
2019-02-21Make "moved" Link to Moved IssueAndrew Fontaine
The text "moved" now links to the issue the closed issue was moved to.
2019-02-21Ability to filter confidential issuesRobert Schilling
Add a new search bar filter for confidential issues. Add filtering support to the IssuesFinder.
2019-02-21Catch exception in calculate reactive cacheReuben Pereira
Return the exception as an error.
2019-02-21Add GraphQL filters for issuables (state, labels, time fields)Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-21Move language setting to preferencesFabian Schneider
2019-02-21Move ChatOps to CoreJames Fargher
ChatOps used to be in the Ultimate tier.
2019-02-20fix #39010 - add left margin to 1st time contributor badgeGokhan Apaydin
2019-02-20Add CHANGELOG entryDouglas Barbosa Alexandre
2019-02-20Docs: change badges.svg example to pipeline.svgAviad Levy