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
2020-03-24Add latest changes from gitlab-org/security/gitlab@12-7-stable-eeGitLab Bot
2020-02-28Add latest changes from gitlab-org/security/gitlab@12-7-stable-eeGitLab Bot
2020-01-24Add latest changes from gitlab-org/gitlab@12-7-stable-eeGitLab Bot
2020-01-24Add latest changes from gitlab-org/gitlab@12-7-stable-eeGitLab Bot
2020-01-21Add latest changes from gitlab-org/gitlab@12-7-stable-eeGitLab Bot
2019-12-31Add latest changes from gitlab-org/security/gitlab@12-6-stable-eeGitLab Bot
2019-12-20Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot
2019-11-27Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot
2019-11-25Check permissions before showing a forked project's sourceNick Thomas
2019-11-20Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot
2019-11-04Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot
2019-10-22Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot
2019-09-26Merge branch 'security-bypass-email-verification-using-salesforce' into ↵GitLab Release Tools Bot
'12-3-stable' Prevent Bypassing Email Verification using Salesforce See merge request gitlab/gitlabhq!3395
2019-09-25Reduce change in locale fileMałgorzata Ksionek
2019-09-23Add checking for email_verified keyMałgorzata Ksionek
Fix rubocop offences and add changelog Add email_verified key for feature specs Add code review remarks Add code review remarks Fix specs
2019-09-20Validate that SAML requests are originated from gitlabSebastian Arcila Valenzuela
If the request wasn't initiated by gitlab we shouldn't add the new identity to the user, and instead show that we weren't able to link the identity to the user. This should fix: https://gitlab.com/gitlab-org/gitlab-ce/issues/56509
2019-09-20Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-12Merge branch 'static-objects-external-storage' into 'master'Thong Kuah
Enable serving static objects from an external storage See merge request gitlab-org/gitlab-ce!31025
2019-09-11Make MR pipeline widget text more descriptive (CE)Nathan Friend
This change updates the text of the pipeline widget that appears on the merge request page. The text has been made more consistent between different types of pipelines; this makes the front-end implementation simpler and more maintainable. In addition, the type of pipeline is (i.e. regular pipeline, merge request pipeline, detached pipeline) included in the text, making this type more obvious to the end user. Some information has been removed from the widget as part of this change; however, any information that was removed already appears elsewhere on the merge request page.
2019-09-11Enables Run Pipeline button to be renderedFilipa Lacerda
In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
2019-09-10Enable serving static objects from an external storageAhmad Sherif
It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
2019-09-10Merge branch 'jivanvl-add-caret-icon-dashboard' into 'master'Clement Ho
Add caret icons to the monitoring dashboard See merge request gitlab-org/gitlab-ce!32239
2019-09-09Create new feature flagged UI for cloud providersEnrique Alcántara
- Create HAML UI select a cloud provider to create a cluster. - Add query param to :new cluster view to display a specific cluster provider form depending on the value of the provider query param. - Update unit tests and e2e tests to reflect these changes
2019-09-09Add caret icons to the monitoring dashboardJose Vargas
The carets will function as a button that will allow the panels from the monitoring dashboard to collapse and show panels
2019-09-09Application Statistics APIManoj MJ
This change implements Application Statistics API
2019-09-06Update keyboard shortcuts modal and docMarcel Amirault
Add missing shortcuts, remove shortcuts that don't exist, and reorder as needed
2019-09-06Fixes pot failureMayra Cabrera
Also fixes duplicated entry
2019-09-06If user can't activate error tracking display a learn more button pointingManeschi Romain
to doc
2019-09-06Update text on project import and mirroring formsAdam Hegyi
2019-09-04Show meaningful message on /due quick action with invalid date🙈 jacopo beschi 🙉
When using /due quick action with an invalid date a meaninful error message is shown.
2019-09-04Revert "DB change, migratoin and changelog"Lee Tickett
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-09-04Add cluster domain warningJacques Erasmus
Added a cluster domain wanring if no domain is defined
2019-09-03Add pipeline.type key to PipelineEntityShinya Maeda
This commit adds pipeline.type key to PipelineEntity. This key will be used in MR widget in the next iteration.
2019-09-03Remove deprecation message for milestone tabsHeinrich Lee Yu
We're reversing the deprecation due to user feedback
2019-09-02Handle :9090 and 0.0.0.0:9090 listen_address formatsReuben Pereira
Prometheus listen_address can be in formats of :9090 and 0.0.0.0:9090. But before these can be used to connect a project to Prometheus, they have to converted into absolute URIs.
2019-09-02Merge branch '65304-add-pages-first-deployment-message' into 'master'Filipa Lacerda
Resolve "Improve pages load wait time experience" Closes #65304 See merge request gitlab-org/gitlab-ce!32122