Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Raise the QA Capybara's default wait time from 4 to 10rs-qa-default-timeout | Robert Speicher | 2017-11-14 | 1 | -1/+1 |
| | | | | | We were seeing intermittent failures on CI due to slow responses from certain endpoints. | ||||
* | Merge branch '32098-pipelines-navigation' into 'master'38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings | Phil Hughes | 2017-11-14 | 12 | -252/+385 |
|\ | | | | | | | | | Stops page reload when changing tabs or pages - uses API requests instead See merge request gitlab-org/gitlab-ce!15280 | ||||
| * | Stops page reload when changing tabs or pages - uses API requests instead | Filipa Lacerda | 2017-11-14 | 12 | -252/+385 |
|/ | |||||
* | Merge branch 'enable-scss-lint-unnecessary-mantissa' into 'master' | Clement Ho | 2017-11-14 | 6 | -10/+15 |
|\ | | | | | | | | | Enable UnnecessaryMantissa in scss-lint See merge request gitlab-org/gitlab-ce!15255 | ||||
| * | Enable UnnecessaryMantissa in scss-lint | Takuya Noguchi | 2017-11-09 | 6 | -10/+15 |
| | | |||||
* | | Merge branch 'bvl-fork-network-memberships-for-deleted-source' into 'master' | Yorick Peterse | 2017-11-14 | 3 | -2/+24 |
|\ \ | | | | | | | | | | | | | | | | | | | Don't try to create fork network memberships for forks of forks Closes #40072 See merge request gitlab-org/gitlab-ce!15366 | ||||
| * | | Don't try to create fork network memberships for forks of forksbvl-fork-network-memberships-for-deleted-source | Bob Van Landuyt | 2017-11-14 | 3 | -2/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In case the root project of a Fork-of-fork is deleted, the ForkNetwork and the membership for that fork network is never created. In this case we shouldn't try to create the membership, since the parent membership will never be created. This means that these fork networks will be lost. | ||||
* | | | Merge branch 'issue_40058' into 'master' | Sean McGivern | 2017-11-14 | 3 | -1/+13 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Prevent position update for image diff notes Closes #40058 See merge request gitlab-org/gitlab-ce!15357 | ||||
| * | | | Prevents position update for image diff notesissue_40058 | Felipe Artur | 2017-11-13 | 3 | -1/+13 |
| | | | | |||||
* | | | | Merge branch 'fix-filter-by-my-reaction' into 'master' | Sean McGivern | 2017-11-14 | 3 | -1/+60 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix filter by my reaction is not working Closes #39930 See merge request gitlab-org/gitlab-ce!15345 | ||||
| * | | | | Fix filter by my reaction is not working | Hiroyuki Sato | 2017-11-13 | 3 | -1/+60 |
| | | | | | |||||
* | | | | | Merge branch 'fix/sm/31771-do-not-allow-jobs-to-be-erased-new' into 'master' | Kamil Trzciński | 2017-11-14 | 14 | -7/+172 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not allow jobs to be erased Closes #31771 See merge request gitlab-org/gitlab-ce!15216 | ||||
| * | | | | | Reduce changesfix/sm/31771-do-not-allow-jobs-to-be-erased-new | Shinya Maeda | 2017-11-07 | 2 | -30/+25 |
| | | | | | | |||||
| * | | | | | Improve spec | Shinya Maeda | 2017-11-07 | 3 | -29/+71 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-new | Shinya Maeda | 2017-11-07 | 389 | -4435/+11572 |
| |\ \ \ \ \ | |||||
| * | | | | | | Add doc. Fix spec. Add erase_build in protected_ref rule | Shinya Maeda | 2017-11-07 | 11 | -22/+71 |
| | | | | | | | |||||
| * | | | | | | Add change log | Shinya Maeda | 2017-11-06 | 1 | -0/+5 |
| | | | | | | | |||||
| * | | | | | | Fix spec. Revert update check. | Shinya Maeda | 2017-11-06 | 4 | -6/+24 |
| | | | | | | | |||||
| * | | | | | | Do not allow jobs to be erased | Shinya Maeda | 2017-11-06 | 8 | -4/+60 |
| | | | | | | | |||||
* | | | | | | | Merge branch '39884-fix-pipeline-transition-with-single-manual-action' into ↵ | Kamil Trzciński | 2017-11-14 | 3 | -2/+32 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Make sure all pipelines would go to pending once Closes #39884 See merge request gitlab-org/gitlab-ce!15251 | ||||
| * | | | | | | | Make sure all pipelines would go to pending once39884-fix-pipeline-transition-with-single-manual-action | Lin Jen-Shin | 2017-11-09 | 3 | -2/+32 |
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this fix, pipeline could go from skipped to running directly, bypassing the transition for: [:created, :pending] => :running And this is responsible for setting up started_at. Without this fix, started_at would never be set. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/39884 | ||||
* | | | | | | | Merge branch '40092-fix-cluster-size' into 'master' | Tim Zallmann | 2017-11-14 | 4 | -2/+65 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Formats bytes to human readable number in registry table See merge request gitlab-org/gitlab-ce!15359 | ||||
| * | | | | | | | Formats bytes to human reabale number in registry table40092-fix-cluster-size | Filipa Lacerda | 2017-11-13 | 4 | -2/+65 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'slack_landing_page-ce-backport' into 'master' | Jacob Schatz | 2017-11-14 | 5 | -0/+55 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | slack landing page ce backport See merge request gitlab-org/gitlab-ce!15354 | ||||
| * | | | | | | | | backport popup varsslack_landing_page-ce-backport | Luke "Jared" Bennett | 2017-11-13 | 1 | -0/+7 |
| | | | | | | | | | |||||
| * | | | | | | | | url_utility and style backport | Luke "Jared" Bennett | 2017-11-13 | 4 | -0/+48 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge branch '40127-spinach-deprecation' into 'master' | Sean McGivern | 2017-11-14 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Spinach deprecation" Closes #40127 See merge request gitlab-org/gitlab-ce!15365 | ||||
| * | | | | | | | | | Use #query_scope instead of #parent in a Spinach feature | Rémy Coutable | 2017-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | | | | | | | | Merge branch 'jej/fix-lfs-integrity-with-forks' into 'master' | Douwe Maan | 2017-11-14 | 7 | -56/+116 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle forks in Gitlab::Checks::LfsIntegrity Closes #39902 See merge request gitlab-org/gitlab-ce!15279 | ||||
| * | | | | | | | | | | Handle forks in Gitlab::Checks::LfsIntegrityjej/fix-lfs-integrity-with-forks | James Edwards-Jones | 2017-11-09 | 6 | -19/+57 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Moved LfsIntegrity specs to own file | James Edwards-Jones | 2017-11-08 | 2 | -37/+59 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'limit_ee_conflicts-gitlab-svgs' into 'master' | Sean McGivern | 2017-11-14 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update limit_ee_conflicts.md with assets/gitlab-svgs conflict resolution. See merge request gitlab-org/gitlab-ce!15361 | ||||
| * | | | | | | | | | | | Update limit_ee_conflicts.md with assets/gitlab-svgs conflict resolution.limit_ee_conflicts-gitlab-svgs | Luke "Jared" Bennett | 2017-11-13 | 1 | -0/+6 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch '38869-project' into 'master' | Phil Hughes | 2017-11-14 | 5 | -164/+142 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Export project, projectAvatar and projectImport as ES6 modules See merge request gitlab-org/gitlab-ce!15355 | ||||
| * | | | | | | | | | | | Export project, projectAvatar and projectImport as ES6 modules38869-project | Filipa Lacerda | 2017-11-13 | 5 | -164/+142 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'gitaly-wiki-get-all-pages' into 'master' | Rémy Coutable | 2017-11-14 | 7 | -23/+155 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorporate Gitaly's WikiService.WikiGetAllPages RPC Closes gitaly#722 See merge request gitlab-org/gitlab-ce!15307 | ||||
| * | | | | | | | | | | | Incorporate Gitaly's WikiService.WikiGetAllPages RPCgitaly-wiki-get-all-pages | Alejandro Rodríguez | 2017-11-13 | 7 | -23/+111 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Add spec examples for Gitlab::Gitaly::WikiService | Alejandro Rodríguez | 2017-11-13 | 1 | -0/+44 |
| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'bvl-refresh-member-listing-on-removal' into 'master' | Tim Zallmann | 2017-11-13 | 5 | -14/+26 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't perform a JS request when deleting a membership. Closes #39933 and #31720 See merge request gitlab-org/gitlab-ce!15344 | ||||
| * | | | | | | | | | | | | Don't perform a JS request when deleting a membership.bvl-refresh-member-listing-on-removal | Bob Van Landuyt | 2017-11-13 | 5 | -14/+26 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch '3615-improve-welcome-screen' into 'master' | Tim Zallmann | 2017-11-13 | 7 | -102/+169 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganize landing page for new users See merge request gitlab-org/gitlab-ce!15191 | ||||
| * | | | | | | | | | | | | Use flexbox instead of bootstrap columns3615-improve-welcome-screen | Annabel Dunstone Gray | 2017-11-08 | 4 | -86/+97 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Add new icon; update content | Annabel Dunstone Gray | 2017-11-08 | 3 | -3/+4 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Add four blocks to each welcome page | Annabel Dunstone Gray | 2017-11-08 | 2 | -10/+28 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Update new project icon | Annabel Dunstone Gray | 2017-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Add mobile styles | Annabel Dunstone Gray | 2017-11-08 | 1 | -4/+15 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Reorganize landing page for new users | Annabel Dunstone Gray | 2017-11-08 | 5 | -94/+120 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch ↵ | Annabel Dunstone Gray | 2017-11-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '37174-wrong-case-for-roles-header-in-allowed-to-create-project-settings-dropdown' into 'master' Resolve "Wrong case for 'Roles' header in 'Allowed to create' project settings dropdown" Closes #37174 See merge request gitlab-org/gitlab-ce!15326 | ||||
| * | | | | | | | | | | | | Add missing CSS class to capitalize the protectec tag header dropdown37174-wrong-case-for-roles-header-in-allowed-to-create-project-settings-dropdown | Jose Ivan Vargas | 2017-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch '40068-runner-sorting-regression' into 'master' | Annabel Dunstone Gray | 2017-11-13 | 2 | -1/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert a regression on runners sorting (!15134) Closes #40068 See merge request gitlab-org/gitlab-ce!15341 |