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
2018-11-05Allow to make builds soft-archived.Kamil Trzciński
The soft-archived builds cannot be run after some deadline time. The intent is to aggressively recycle old builds after sometime.
2018-11-05Merge branch 'zj-bump-gitaly-0-128' into 'master'Douwe Maan
Bump Gitaly to 0.128.0 See merge request gitlab-org/gitlab-ce!22802
2018-11-05Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master'Tim Zallmann
Add the Play button for delayed jobs in environment page Closes #52129 See merge request gitlab-org/gitlab-ce!22106
2018-11-05Merge branch 'fast_project_blob_path' into 'master'Douwe Maan
Improve performance of tree rendering in repositories with a lot of items See merge request gitlab-org/gitlab-ce!16511
2018-11-05Bump Gitaly to 0.128.0Zeger-Jan van de Weg
To make sure GitLab will have the latest Gitaly, the version number has to be bumped here.
2018-11-05Merge branch '53450-wrong-value-for-kubernetes_version-variable' into 'master'Kamil Trzciński
Bump KUBERNETES_VERSION to latest 1.10 series Closes #53450 See merge request gitlab-org/gitlab-ce!22757
2018-11-05Merge branch 'frozen-string-enable-lib-gitlab-ci-remain' into 'master'Grzegorz Bizon
Enable frozen string for lib/gitlab/ci/**/*.rb See merge request gitlab-org/gitlab-ce!22703
2018-11-05Merge branch '51259-ci-cd-gitlab-ui' into 'master'Phil Hughes
Uses gitlab-ui components in jobs components. See merge request gitlab-org/gitlab-ce!22780
2018-11-05Merge branch 'toggle-sidebar-alignment' into 'master'Phil Hughes
Align toggle sidebar button across all browsers and OSs See merge request gitlab-org/gitlab-ce!22771
2018-11-05Update CHANGELOG.md for 11.4.5GitLab Release Tools Bot
[ci skip]
2018-11-05Update license_management jobPhilippe Lafoucrière
2018-11-03Bump KUBERNETES_VERSION to latest 1.10 seriesThong Kuah
This allows us to use a kubectl binary that should be able to connect to Kubernetes clusters v1.9 and up.
2018-11-02Optimize merge request refresh by using the database to check commit SHAsStan Hu
Previously for a given merge request, we would: 1. Create the array of commit SHAs involved in the push (A) 2. Request all merge request commits and map the SHA (B) 3. Reload the diff if there were any common commits between A and B We can avoid additional database querying and overhead by checking with the database whether the merge request contains any of the commit SHAs. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/53213
2018-11-02Uses gitlab-ui components in jobs components.Filipa Lacerda
Removes old buttons,links and tooltips and uses the new gitlab-ui components.
2018-11-02Add email for milestone changeChantal Rollison
2018-11-02Incorporates Kubernetes Namespace into Cluster's flowThong Kuah
2018-11-02Align toggle sidebar button across all browsers and OSsAnnabel Dunstone Gray
2018-11-02Merge branch '51620-cannot-add-label-to-issue-from-board' into 'master'Douwe Maan
Cannot add label to issue from board Closes #51620 See merge request gitlab-org/gitlab-ce!22475
2018-11-02Merge branch 'top_level_clusters_controller' into 'master'Kamil Trzciński
Top level clusters controller See merge request gitlab-org/gitlab-ce!22438
2018-11-02Merge branch '28249-add-pagination' into 'master'Kamil Trzciński
Adds pagination to pipelines table in merge request & commit page Closes #28249 See merge request gitlab-org/gitlab-ce!22696
2018-11-02Add scheduled flag to job entityShinya Maeda
2018-11-02Remove ci_enable_scheduled_build feature flagShinya Maeda
2018-11-02Merge branch 'sh-optimize-reload-diffs-service' into 'master'Sean McGivern
Significantly cut memory and SQL queries when reloading diffs See merge request gitlab-org/gitlab-ce!22725
2018-11-02Merge branch '52548-links-in-tabs-of-the-labels-index-pages-ends-with-html' ↵Sean McGivern
into 'master' Resolve "Links in tabs of the labels index pages ends with `.html`" Closes #52548 See merge request gitlab-org/gitlab-ce!22716
2018-11-02Merge branch 'ab-45608-stuck-mr-query' into 'master'Sean McGivern
Add index to find stuck merge requests. Closes #45608 See merge request gitlab-org/gitlab-ce!22749
2018-11-02Remove gitlab-ui's progress bar from globalClement Ho
2018-11-02Merge remote-tracking branch 'origin/master' into dev-masterJan Provaznik
2018-11-02Merge branch 'security-kubeclient-ssrf' into 'master'Jan Provaznik
[master] Security kubeclient ssrf See merge request gitlab/gitlabhq!2575
2018-11-02Merge branch 'kinolaev-master-patch-91872' into 'master'Dmitriy Zaporozhets
Change HELM_HOST in Auto-DevOps to work behind proxy See merge request gitlab-org/gitlab-ce!22596
2018-11-02Merge branch 'replace-tooltip-in-markdown-component' into 'master'Clement Ho
Replace tooltip in markdown component with gl-tooltip See merge request gitlab-org/gitlab-ce!21989
2018-11-01Change HELM_HOST in Auto-DevOps to work behind proxySergej
2018-11-01Add index to find stuck merge requests.Andreas Brandl
See https://gitlab.com/gitlab-org/gitlab-ce/issues/45608#note_113803790 for query and plan. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45608.
2018-11-01Merge branch 'winh-job-list-dynamic-timer' into 'master'Clement Ho
Add dynamic timer for delayed jobs in job list See merge request gitlab-org/gitlab-ce!22656
2018-11-01Significantly cut memory usage and SQL queries when reloading diffsStan Hu
By preloading certain models with the diff, we can eliminate many N+1 queries. For a push to the staging GitLab.com www-gitlab-com repository, this eliminates over 3000 SQL queries and appears to bring down the RSS usage by several gigabytes. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/49703
2018-11-01add related merge request endpointHelmut Januschka
2018-11-01Add dynamic timer for delayed jobs in job listWinnie Hellmann
2018-11-01Merge branch 'engwan/gitlab-ce-44012-filter-reactions-none-any'Sean McGivern
2018-11-01Merge branch '52382-filter-milestone-api-none-any' into 'master'Sean McGivern
Resolve "Filter by `None`/`Any` for milestone in issues/mrs API" Closes #52382 See merge request gitlab-org/gitlab-ce!22637
2018-11-01Merge branch 'sh-optimize-merge-request-project-lookup' into 'master'Sean McGivern
Reduce SQL queries needed to load open merge requests See merge request gitlab-org/gitlab-ce!22709
2018-11-01Merge branch 'drop-gcp-cluster-table' into 'master'Andreas Brandl
Drop gcp_clusters table See merge request gitlab-org/gitlab-ce!22713
2018-11-01Convert clusters to use a top-level controllerThong Kuah
In preparation so that we can create both cluster attached to project and cluster attached to group. - Move ClustersController to top level - Move Clusters::ApplicationsController to top-level too - Creates a Clusters::BaseController to share common functions - Do not rely on @project ivar. Anything could set the ivar. - Fix Vue page components due to new data-page value Because of the controller change we have gone from `projects:clusters:new` to `clusters:new`, so we need to update the file location of the page components. There is somewhere a function that will convert data-page to a file location. On that note, projects/clusters/gcp/new/, translate to Projects::Clusters::Gcp#new doesn't exist so replace that with clusters/create_gcp/ and clusters/create_user/
2018-11-01Dynamically store the valid label endpointBrett Walker
In order to ensure we have the right endpoint to query for an issue's possible valid labels, we store that url in the issue object that gets passed to the frontend.
2018-11-01Add changelog entryHeinrich Lee Yu
2018-11-01Add changelog entryHeinrich Lee Yu
2018-10-31Improve performance of tree rendering in repositories with lots of itemsDrew Blessing
Rails is slow to generate paths dynamically especially when called hundreds/thousands of times. Also, rendering many partials hundreds of times can be slower. This change reduces the number of partials rendered and introduces two fast path methods to speed up path generation.
2018-10-31Replace tooltip in markdown component with gl-tooltipGeorge Tsiolis
2018-10-31Merge branch 'gt-fix-quick-links-button-styles' into 'master'Annabel Dunstone Gray
Fix quick links button styles Closes #52220 and #52063 See merge request gitlab-org/gitlab-ce!22657
2018-10-31Adds pagination to pipelines table in merge request pageFilipa Lacerda
2018-10-31Fix bug when links in tabs of the labels index pages ends with .htmlDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-10-31Merge branch 'gl-ui-pagination' into 'master'Phil Hughes
Remove gitlab-ui's pagination from global See merge request gitlab-org/gitlab-ce!22704