summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIP Merge Request specs for deleted forked project65797-source-project-deleted-repo-expectionsGabriel Mazetto2019-08-112-0/+24
|
* rescue from Gitlab::Git::Repository::NoRepository exceptionGabriel Mazetto2019-08-094-2/+28
|
* Merge branch 'enable-prom-endpoint-by-default' into 'master'Stan Hu2019-08-081-1/+1
|\ | | | | | | | | Enable the prometheus endpoint by default See merge request gitlab-org/gitlab-ce!31565
| * Enable the prometheus endpoint by defaultSarah Yasonik2019-08-081-1/+1
|/
* Merge branch 'bring-scoped-environment-variables-to-core' into 'master'Robert Speicher2019-08-0831-38/+494
|\ | | | | | | | | Bring scoped environment variables to core See merge request gitlab-org/gitlab-ce!30779
| * Bring scoped environment variables to coreHordur Freyr Yngvason2019-08-0831-38/+494
|/ | | | As decided in https://gitlab.com/gitlab-org/gitlab-ce/issues/53593
* Merge branch 'ce-13035-rename-blocking-mrs' into 'master'Douwe Maan2019-08-0811-144/+153
|\ | | | | | | | | CE port of "Rename blocking MRs to cross-project MR dependencies" See merge request gitlab-org/gitlab-ce!31372
| * Rename blocking MRs to cross-project MR dependenciesNick Thomas2019-08-0811-144/+153
|/ | | | | | We're removing the ability for MRs in a single project to block each other, and performing a rename of the feature to go along with that. This necessitates documentation changes
* Merge branch 'docs/refactor-subscription-page' into 'master'Achilleas Pipinellis2019-08-083-149/+207
|\ | | | | | | | | Refactor subscriptions information See merge request gitlab-org/gitlab-ce!31504
| * Refactor subscriptions informationEvan Read2019-08-083-149/+207
|/
* Merge branch '44496-docs' into 'master'Achilleas Pipinellis2019-08-084-0/+40
|\ | | | | | | | | Docs for local requests whitelist See merge request gitlab-org/gitlab-ce!31520
| * Add docs for local requests whitelistReuben Pereira2019-08-084-0/+40
|/ | | | | - Add documentation under security/webhooks since similar docs are present there.
* Merge branch '12026-use-notes-finder-target-for-epics-ce' into 'master'Robert Speicher2019-08-081-3/+9
|\ | | | | | | | | Use NotesFinder#target to find Epics See merge request gitlab-org/gitlab-ce!31408
| * Use NotesFinder#target to find Epics12026-use-notes-finder-target-for-epics-cePatrick Derichs2019-08-041-3/+9
| |
* | Merge branch 'patch-1' into 'master'Ray Paik2019-08-081-0/+1
|\ \ | | | | | | | | | | | | Update proofreader.md See merge request gitlab-org/gitlab-ce!26644
| * | Update proofreader.mdSandzhaj2019-03-271-0/+1
| | |
* | | Merge branch 'no-oxygen' into 'master'Annabel Dunstone Gray2019-08-081-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Replace Oxygen-Sans with Noto Sans font on visual_review_toolbar See merge request gitlab-org/gitlab-ce!31561
| * | | Prefer Noto Sans fontAlexander Oleynikov2019-08-071-1/+1
| | | |
* | | | Merge branch '63888-snippets-usage-ping-for-create-smau' into 'master'James Lopez2019-08-0816-28/+269
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Resolve "Snippets Usage Ping for Create SMAU" See merge request gitlab-org/gitlab-ce!30930
| * | | | Record usage on snippet usageMark Chao2019-08-0816-28/+269
|/ / / / | | | | | | | | | | | | Generalize wiki page counter for other page types to extend to.
* | | | Merge branch '63181-collapsible-line' into 'master'Kushal Pandya2019-08-086-19/+75
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes section title clickable and collapsible Closes #63181 See merge request gitlab-org/gitlab-ce!31571
| * | | | Makes title section collapsible63181-collapsible-lineFilipa Lacerda2019-08-076-19/+75
| | | | | | | | | | | | | | | | | | | | | | | | | In the job log, if the user clicks the section title the job log section will be collapsed
* | | | | Merge branch 'patch-71' into 'master'Grzegorz Bizon2019-08-081-2/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicated line from Maven CI template See merge request gitlab-org/gitlab-ce!31440
| * | | | | Remove duplicated line from Maven CI templateZsolt Kovari2019-08-031-2/+0
| | | | | |
* | | | | | Merge branch 'group-level-cycle-analytics' into 'master'Kushal Pandya2019-08-083-516/+529
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE Port: FE for group level Cycle Analytics See merge request gitlab-org/gitlab-ce!31574
| * | | | | | FE for group level Cycle AnalyticsBrandon Labuschagne2019-08-083-516/+529
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR adds the code which displays cycle analytics on a group level. It reuses the cycle_analytics_bundle file which will later be removed. This feature is currently behind the analytics feature flag.
* | | | | | Merge branch 'winh-test-file-coverage' into 'master'Tim Zallmann2019-08-082-0/+89
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add script for frontend test file coverage See merge request gitlab-org/gitlab-ce!30865
| * | | | | | Add script for frontend test file coverageWinnie Hellmann2019-08-082-0/+89
|/ / / / / /
* | | | | | Merge branch '62609-test-summary-loading-spinner-is-too-large' into 'master'Mike Greiling2019-08-083-2/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust size and align MR-widget loading icon Closes #62609 See merge request gitlab-org/gitlab-ce!31503
| * | | | | | Adjust size and align MR-widget loading icon62609-test-summary-loading-spinner-is-too-largeDave Pisek2019-08-073-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A recent change within gitlab-ui introduced a new size (24x24) and changed also some of the existing sizes. This commit uses the loading-icon's new size (24x24) to bring it to the same dimensions as the status-icon and applies some styling to vertically align them.
* | | | | | | Merge branch '63560-add-vue-i18n-eslint' into 'master'Mike Greiling2019-08-0849-17/+107
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ESLint vue rules to detect vue i18n offences Closes #63560 See merge request gitlab-org/gitlab-ce!31124
| * | | | | | | Disable vue-i18n for non-autofix filesEzekiel Kigbo2019-08-0849-17/+107
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disables the vue-i18n eslint rules for files that are not able to be autofixed, this will stop these offences causing pipeline failures but they will need manual fixing.
* | | | | | | Merge branch 'docs/deploy-keys-api' into 'master'Evan Read2019-08-082-28/+33
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge deploy keys example to deploy keys API docs See merge request gitlab-org/gitlab-ce!31600
| * | | | | | | Merge deploy keys example to deploy keys API docsAchilleas Pipinellis2019-08-082-28/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No reason to keep them separate.
* | | | | | | | Merge branch '7250-group-bulk-edit-issues-mrs-epics-change-label-ce' into ↵Mike Greiling2019-08-0811-173/+215
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' [CE] Group bulk edit issues/mrs/epics - change label See merge request gitlab-org/gitlab-ce!31193
| * | | | | | | CE port for bulk updating group labelsEugenia Grieff2019-08-0811-173/+215
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | - Original EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14827
* | | | | | | Merge branch '20137-starrers' into 'master'Stan Hu2019-08-0839-95/+998
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add possibilty to view starrers ("stargazers") of a repository & any user's starred repositories Closes #20137 See merge request gitlab-org/gitlab-ce!24690
| * | | | | | | Fix public/private starrers counts in special cases20137-starrersCamil Staps2019-08-073-8/+59
| | | | | | | |
| * | | | | | | Handle reviewer comments on !24690Camil Staps2019-08-077-18/+28
| | | | | | | |
| * | | | | | | Fix display of own projects on the starred projects user profile tabCamil Staps2019-08-071-1/+1
| | | | | | | |
| * | | | | | | Allow viewing starrers of empty projectsCamil Staps2019-08-071-3/+0
| | | | | | | |
| * | | | | | | Add empty state for starred projects tab on user pageCamil Staps2019-08-072-10/+27
| | | | | | | |
| * | | | | | | Fix star count link after clicking star/unstar buttonCamil Staps2019-08-071-1/+1
| | | | | | | |
| * | | | | | | InternationalizationCamil Staps2019-08-072-2/+8
| | | | | | | |
| * | | | | | | Make users.private_profile default false (previously had no default value)Camil Staps2019-08-071-2/+2
| | | | | | | |
| * | | | | | | Address reviewer commentsCamil Staps2019-08-074-18/+40
| | | | | | | |
| * | | | | | | Remove postgres-specific SQL from UsersStarProjectCamil Staps2019-08-071-2/+2
| | | | | | | |
| * | | | | | | Fix test styleCamil Staps2019-08-071-3/+4
| | | | | | | |
| * | | | | | | Add tests for starrers viewsCamil Staps2019-08-075-1/+255
| | | | | | | |
| * | | | | | | Fix testsCamil Staps2019-08-073-3/+3
| | | | | | | |