Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/security/gitlab@12-4-stable-ee | GitLab Bot | 2019-12-31 | 1 | -0/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@12-4-stable-ee | GitLab Bot | 2019-12-06 | 1 | -0/+6 |
| | |||||
* | Check permissions before showing a forked project's source | Nick Thomas | 2019-11-25 | 1 | -3/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@12-4-stable-ee | GitLab Bot | 2019-11-04 | 1 | -0/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@12-4-stable-ee | GitLab Bot | 2019-10-22 | 49 | -19401/+180510 |
| | |||||
* | Merge branch 'security-bypass-email-verification-using-salesforce' into ↵ | GitLab Release Tools Bot | 2019-09-26 | 1 | -0/+3 |
|\ | | | | | | | | | | | | | '12-3-stable' Prevent Bypassing Email Verification using Salesforce See merge request gitlab/gitlabhq!3395 | ||||
| * | Reduce change in locale file | Małgorzata Ksionek | 2019-09-25 | 1 | -1/+4884 |
| | | |||||
| * | Add checking for email_verified key | Małgorzata Ksionek | 2019-09-23 | 1 | -4882/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix rubocop offences and add changelog Add email_verified key for feature specs Add code review remarks Add code review remarks Fix specs | ||||
* | | Validate that SAML requests are originated from gitlab | Sebastian Arcila Valenzuela | 2019-09-20 | 1 | -0/+3 |
|/ | | | | | | | | 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 | ||||
* | Add latest changes from gitlab-org/gitlab@12-3-stable | GitLab Bot | 2019-09-20 | 1 | -86/+13 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-19 | 1 | -0/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-19 | 1 | -9/+19 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 1 | -1/+13 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 1 | -1/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 1 | -4/+73 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-17 | 1 | -6/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-17 | 1 | -0/+18 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-17 | 1 | -0/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-16 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-14 | 1 | -0/+21 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 1 | -0/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 1 | -3/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 46 | -61/+4929 |
| | |||||
* | Merge branch 'static-objects-external-storage' into 'master' | Thong Kuah | 2019-09-11 | 1 | -0/+33 |
|\ | | | | | | | | | Enable serving static objects from an external storage See merge request gitlab-org/gitlab-ce!31025 | ||||
| * | Enable serving static objects from an external storagestatic-objects-external-storage | Ahmad Sherif | 2019-09-10 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Make MR pipeline widget text more descriptive (CE)ce-indicator-for-pipeline-for-merge-train | Nathan Friend | 2019-09-11 | 1 | -10/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Enables Run Pipeline button to be rendered | Filipa Lacerda | 2019-09-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge branch 'jivanvl-add-caret-icon-dashboard' into 'master' | Clement Ho | 2019-09-09 | 1 | -0/+3 |
|\ \ | | | | | | | | | | | | | Add caret icons to the monitoring dashboard See merge request gitlab-org/gitlab-ce!32239 | ||||
| * | | Add caret icons to the monitoring dashboardjivanvl-add-caret-icon-dashboard | Jose Vargas | 2019-09-09 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | The carets will function as a button that will allow the panels from the monitoring dashboard to collapse and show panels | ||||
* | | | Create new feature flagged UI for cloud providers | Enrique Alcántara | 2019-09-09 | 1 | -5/+14 |
|/ / | | | | | | | | | | | | | - 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 | ||||
* | | Application Statistics API | Manoj MJ | 2019-09-09 | 1 | -0/+30 |
| | | | | | | | | | | This change implements Application Statistics API | ||||
* | | Update keyboard shortcuts modal and doc | Marcel Amirault | 2019-09-06 | 1 | -57/+76 |
| | | | | | | | | | | Add missing shortcuts, remove shortcuts that don't exist, and reorder as needed | ||||
* | | Fixes pot failure | Mayra Cabrera | 2019-09-06 | 1 | -3/+0 |
| | | | | | | | | Also fixes duplicated entry | ||||
* | | If user can't activate error tracking display a learn more button pointing | Maneschi Romain | 2019-09-05 | 1 | -0/+3 |
| | | | | | | | | to doc | ||||
* | | Update text on project import and mirroring forms | Adam Hegyi | 2019-09-05 | 1 | -0/+3 |
|/ | |||||
* | Show meaningful message on /due quick action with invalid date | 🙈 jacopo beschi 🙉 | 2019-09-04 | 1 | -0/+3 |
| | | | | | When using /due quick action with an invalid date a meaninful error message is shown. | ||||
* | Revert "DB change, migratoin and changelog" | Lee Tickett | 2019-09-04 | 1 | -0/+3 |
| | | | | This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5. | ||||
* | Add cluster domain warning | Jacques Erasmus | 2019-09-03 | 1 | -1/+4 |
| | | | | Added a cluster domain wanring if no domain is defined | ||||
* | Add pipeline.type key to PipelineEntityadd-pipeline-type-key-in-pipeline-entity | Shinya Maeda | 2019-09-03 | 1 | -0/+9 |
| | | | | | This commit adds pipeline.type key to PipelineEntity. This key will be used in MR widget in the next iteration. | ||||
* | Remove deprecation message for milestone tabs51372-remove-milestone-tabs-deprecation-message | Heinrich Lee Yu | 2019-09-03 | 1 | -12/+0 |
| | | | | We're reversing the deprecation due to user feedback | ||||
* | Handle :9090 and 0.0.0.0:9090 listen_address formats | Reuben Pereira | 2019-09-02 | 1 | -25/+1 |
| | | | | | | 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. | ||||
* | Merge branch '65304-add-pages-first-deployment-message' into 'master' | Filipa Lacerda | 2019-09-02 | 1 | -0/+6 |
|\ | | | | | | | | | | | | | Resolve "Improve pages load wait time experience" Closes #65304 See merge request gitlab-org/gitlab-ce!32122 | ||||
| * | Add warning about Pages initial deployment delay65304-add-pages-first-deployment-message | Nathan Friend | 2019-08-30 | 1 | -0/+6 |
| | | | | | | | | | | | | This commit adds a warning message that is always displayed that informs users that their GitLab Pages sites will take a bit of time before they can be accessed after being deployed for the first time. | ||||
* | | Add additional public note to project container registry setting | Nick Kipling | 2019-09-02 | 1 | -0/+3 |
| | | |||||
* | | Creates Feature Flag for job log | Filipa Lacerda | 2019-08-30 | 1 | -0/+3 |
|/ | | | | | Updates frontend code and specs to allow for the new feature flag | ||||
* | Improve search result labels | Markus Koller | 2019-08-30 | 1 | -0/+48 |
| | | | | | | | - Use "results" instead of "blobs", "wiki blobs", "snippet blobs" - Use "comments" instead of "notes" - Use correct pluralization - Don't add "1 - 10 of" if there's only one page | ||||
* | Resolve "Use "moved" instead of "closed" in issue references" | Juliette de Rancourt | 2019-08-30 | 1 | -0/+3 |
| | |||||
* | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq | Robert Speicher | 2019-08-29 | 1 | -5/+11 |
|\ | |||||
| * | Merge branch 'security-59549-add-capcha-for-failed-logins' into 'master' | GitLab Release Tools Bot | 2019-08-29 | 1 | -2/+5 |
| |\ | | | | | | | | | | | | | Require a captcha after unique failed logins from the same IP See merge request gitlab/gitlabhq!3270 |