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-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-10Merge branch 'improve-metadata-access-performance' into 'master'Grzegorz Bizon
Improve metadata access performance See merge request gitlab-org/gitlab-ce!20493
2018-07-09Fix specsKamil Trzciński
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-09Fix and add specs for testing metadata entryKamil Trzciński
2018-07-09Access metadata directly from Object StorageKamil Trzciński
Previously we would pull the file, now, we just stream-it as needed from Object Storage
2018-07-06Merge branch '46246-gitlab-project-export-should-use-object-storage' into ↵Sean McGivern
'master' Resolve "GitLab Project export should use object storage" Closes #46246 See merge request gitlab-org/gitlab-ce!20105
2018-07-06Update Import/Export to use object storage (based on aa feature flag)James Lopez
2018-07-06Preload ancestors after pagination when filteringBob Van Landuyt
We need to preload the ancestors of search results after applying pagination limits. This way the search results itself are paginated, but not the ancestors. If we don't do this, we might not preload a parent group of a search result as it has been cut off by pagination.
2018-07-06Merge branch '31583-osw-gfm-complete-status-indication' into 'master'Sean McGivern
Resolve "GFM preview should have status indicator" Closes #31583 See merge request gitlab-org/gitlab-ce!20418
2018-07-06Present state indication on GFM previewOswaldo Ferreira
2018-07-05Merge branch 'port-c32af9da-to-ce' into 'master'Sean McGivern
Allow 2 more queries in spec/controllers/projects/pipelines_controller_spec.rb See merge request gitlab-org/gitlab-ce!20407
2018-07-05Web Terminal Ci BuildFrancisco Javier López
2018-07-05Allow 2 more queries in spec/controllers/projects/pipelines_controller_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-04Merge branch '45739-add-metrics-to-operations-tab' into 'master'Filipa Lacerda
Resolve "Add Metrics to Operations Tab" Closes #45739 See merge request gitlab-org/gitlab-ce!20025
2018-07-04Merge branch '43446-new-cluster-page-tabs' into 'master'Kamil Trzciński (OoO till 3th)
Resolve "Change new cluster page design to use tabs" Closes #43446 and #46304 See merge request gitlab-org/gitlab-ce!18963
2018-07-04Merge branch 'ee-5481-epic-todos' into 'master'Sean McGivern
Port of Todos for epics See merge request gitlab-org/gitlab-ce!19908
2018-07-04Merge branch 'jprovazn-direct-upload' into 'master'Kamil Trzciński (OoO till 3th)
Add workhorse authorize method for project/group uploads Closes #44663 See merge request gitlab-org/gitlab-ce!19717
2018-07-04Merge branch 'bvl-graphql-pipeline-lists' into 'master'Douwe Maan
Add pipeline lists to graphql Closes #48469 See merge request gitlab-org/gitlab-ce!20249
2018-07-04Merge branch '47040-inconsistent-job-list-in-job-details-view' into 'master'Kamil Trzciński (OoO till 3th)
Resolve "Inconsistent job list in job details view" Closes #47040 See merge request gitlab-org/gitlab-ce!20243
2018-07-04Add pipeline lists to GraphQLBob Van Landuyt
This adds Keyset pagination to GraphQL lists. PoC for that is pipelines on merge requests and projects. When paginating a list, the base-64 encoded id of the ordering field (in most cases the primary key) can be passed in the `before` or `after` GraphQL argument.
2018-07-03Add Prometheus metrics to track reCAPTCHA success/failuresStan Hu
2018-07-03[backend] Addressed review commentsJan Provaznik
* Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
2018-07-02Fixes backend specsTiago Botelho
2018-07-02Merge branch '39543-milestone-page-list-redesign' into 'master'Fatih Acet
Resolve "Milestone page list redesign" Closes #39543 See merge request gitlab-org/gitlab-ce!19832
2018-06-29Check for correct builds collectionMatija Čupić
2018-06-29Fix OAuth application authorization screen to appear with every accessFrancisco Javier López
2018-06-29Remove GET empty from EnvironmentsControllerTiago Botelho
2018-06-28Prevents project first environment from being fetched in every project viewTiago Botelho
2018-06-27Gitaly metrics check for read/writeabilityZeger-Jan van de Weg
Prior to this change, health checks checked for writeability of the NFS shards. Given we're moving away from that, this patch extends the checks for Gitaly to check for read and writeability. Potentially some dashboards will break, as over time these metrics will no longer appear as Prometheus doesn't get the data anymore. Observability in the circuit breaker will be reduced, but its not expected to be turned on and the circuit breaker is being removed soon too. Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
2018-06-27Specify environment actions to distinguish between metrics and every other ↵Tiago Botelho
environment related actions
2018-06-26Merge branch 'update_project_flash_error_message' into 'master'Rémy Coutable
Set flash error message only for current request when updating project Closes #43772 See merge request gitlab-org/gitlab-ce!20126
2018-06-25Honor saml assurance level to allow 2FA bypassingRoger Rüttimann
2018-06-25Set flash error message only for current request when updating projectAram Visser
2018-06-22Show a reCAPTCHA on signin page if custom header is setStan Hu
This will only be displayed if `X-GitLab-Show-Login-Captcha` is set as an HTTP header.
2018-06-22Updated test for promoted milestones success messageConstance Okoghenun
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-21Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang
2018-06-20Merge branch '48100-fix-branch-not-shown' into 'master'Rémy Coutable
Resolve "Set the language setting to something other than English, the branch of Merge Request will not be visible." Closes #48100 See merge request gitlab-org/gitlab-ce!20016
2018-06-20Merge branch 'rails5-fix-48104' into 'master'Rémy Coutable
Rails5 fix expected: 1 time with arguments: (97, anything, {"squash"=>false}) received: 0 times Closes #48104 See merge request gitlab-org/gitlab-ce!20004
2018-06-20The json keys of ref switcher should not be translatedHiroyuki Sato
2018-06-19Rails5 fix Projects::PagesController specJasper Maes
2018-06-19Rails5 fix expected: 1 time with arguments: (97, anything, ↵Jasper Maes
{"squash"=>false}) received: 0 times
2018-06-19Merge remote-tracking branch 'origin/master' into 43446-new-cluster-page-tabsDennis Tang
2018-06-19consolidate back into one controllerDennis Tang
2018-06-18Merge branch 'blackst0ne-rails5-expected-search-search-seed_project-got-nil' ↵Rémy Coutable
into 'master' Resolve "[Rails5] expected: "/search?search=seed_project" got: nil" Closes #48013 See merge request gitlab-org/gitlab-ce!19936
2018-06-18Merge branch 'blackst0ne-rails5-fix-pipeline-schedules-controller-spec' into ↵Rémy Coutable
'master' [Rails5] Fix pipeline_schedules_controller_spec Closes #48011 See merge request gitlab-org/gitlab-ce!19919
2018-06-18Merge branch 'rails5-fix-47960' into 'master'Rémy Coutable
Rails5 fix update_attribute usage not causing a save Closes #47960 See merge request gitlab-org/gitlab-ce!19881
2018-06-18Merge branch '47933-MR-invisible-milestone' into 'master'Douwe Maan
Resolve "Milestone not updating in MR sidebar after selection" Closes #47933 See merge request gitlab-org/gitlab-ce!19870
2018-06-18Add workhorse authorize method for project/group uploadsJan Provaznik
This method can be used by workhorse to get presigned URLs used for direct upload of files.