summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move the line up in the listpatch-59Sarah Groff Hennigh-Palermo2019-05-201-1/+1
|
* Clarify case for feature flagsSarah Groff Hennigh-Palermo2019-05-171-0/+1
|
* Merge branch ↵Fatih Acet2019-05-174-1/+56
|\ | | | | | | | | | | | | | | | | '61657-allow-report-section-list-to-not-have-redundant-status-icon' into 'master' Resolve "Allow report section list to not have redundant status icon" Closes #61657 See merge request gitlab-org/gitlab-ce!28226
| * Allow hiding of report status icon in report item61657-allow-report-section-list-to-not-have-redundant-status-iconSam Bigelow2019-05-094-1/+56
| | | | | | | | Allow hiding of all report items' status icons
* | Merge branch 'js-i18n-g-files' into 'master'Fatih Acet2019-05-174-3/+11
|\ \ | | | | | | | | | | | | i18n of JS files starting with g See merge request gitlab-org/gitlab-ce!28009
| * | I18N of JS files starting with gjs-i18n-g-filesBrandon Labuschagne2019-05-164-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | Merge branch 'docs-interact-with-git' into 'master'Drew Blessing2019-05-172-3/+7
|\ \ \ | | | | | | | | | | | | | | | | Docs clarifying GitLab Basics Git info See merge request gitlab-org/gitlab-ce!27964
| * | | Update command-line-commands to add clarity on where one can edit codedocs-interact-with-gitMike Lewis2019-05-011-1/+3
| | | |
| * | | Update README to add more context on Git BasicsMike Lewis2019-05-011-2/+4
| | | |
* | | | Merge branch 'docs-orphaned-images' into 'master'Achilleas Pipinellis2019-05-1771-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Docs: Remove all remaining orphaned images. See merge request gitlab-org/gitlab-ce!28397
| * | | | Docs: Remove all remaining orphaned images.Marcel Amirault2019-05-1771-0/+0
|/ / / /
* | | | Merge branch 'docs-orphaned-images-ux' into 'master'Achilleas Pipinellis2019-05-17113-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Docs: Remove orphaned UX guide images See merge request gitlab-org/gitlab-ce!28396
| * | | | Docs: Remove orphaned UX guide imagesMarcel Amirault2019-05-17113-0/+0
|/ / / /
* | | | Merge branch 'jl-reorganize-architecture-page-docs' into 'master'Achilleas Pipinellis2019-05-171-201/+391
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Significantly improve the architecture page See merge request gitlab-org/gitlab-ce!28392
| * | | | Significantly improve the architecture pageJoshua Lambert2019-05-171-201/+391
|/ / / /
* | | | Merge branch 'ealcantara-link-gdk-autodevops-guides' into 'master'Evan Read2019-05-172-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add links to GDK autodevops and runner guides See merge request gitlab-org/gitlab-ce!28413
| * | | | Add links to GDK autodevops and runner guidesEnrique Alcántara2019-05-172-0/+9
|/ / / /
* | | | Merge branch 'docs/fix-typos-on-vulnerabilities-api' into 'master'Achilleas Pipinellis2019-05-171-3/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update merge_request_approvals.md - fix typos See merge request gitlab-org/gitlab-ce!28380
| * | | | Update merge_request_approvals.md - fix typosLucas Charles2019-05-171-3/+2
|/ / / /
* | | | Merge branch 'docs/harmonise-docs-landing-page' into 'master'Achilleas Pipinellis2019-05-171-40/+75
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add EE things to landing page in CE See merge request gitlab-org/gitlab-ce!28419
| * | | | Add EE things to landing page in CEEvan Read2019-05-171-40/+75
|/ / / /
* | | | Merge branch 'add-testing-feature-flags-docs' into 'master'Achilleas Pipinellis2019-05-172-4/+34
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add how to disable feature flags in testing guide See merge request gitlab-org/gitlab-ce!27248
| * | | | Link to testing guide for feature flag spec infoLuke Duncalfe2019-05-172-4/+34
|/ / / / | | | | | | | | | | | | In order for there to be a single source of truth.
* | | | Merge branch 'patch-44' into 'master'Achilleas Pipinellis2019-05-171-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update manage_large_binaries_with_git_lfs.md to clarify LFS external storage caveats See merge request gitlab-org/gitlab-ce!25305
| * | | | Update manage_large_binaries_with_git_lfs.md to clarify LFS external storage ↵Lee Matos2019-05-171-2/+3
|/ / / / | | | | | | | | | | | | caveats
* | | | Merge branch 'brendan-update-issue-templates' into 'master'Achilleas Pipinellis2019-05-171-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Issue template grammar improvements See merge request gitlab-org/gitlab-ce!24970
| * | | | Issue template grammar improvementsBrendan O'Leary 🐢2019-05-171-3/+3
|/ / / /
* | | | Merge branch 'mk/improve-feature-flag-example' into 'master'Achilleas Pipinellis2019-05-171-6/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Development docs: Improve feature flag example See merge request gitlab-org/gitlab-ce!25664
| * | | | Don't undermine the point with biased logicmk/improve-feature-flag-exampleMichael Kozono2019-02-281-6/+5
| | | | | | | | | | | | | | | I.e. Include cleanup in both sides of the comparison.
* | | | | Merge branch 'jl-add-pod-logs-to-k8s-docs' into 'master'Achilleas Pipinellis2019-05-171-5/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add Pod logs docs to Kubernetes cluster docs See merge request gitlab-org/gitlab-ce!28161
| * | | | | Add pod logs to our cluster docs pageJoshua Lambert2019-05-171-5/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Add "read more" line to pod logs Fix bad link to pod logs
* | | | | Merge branch 'patch-49' into 'master'Achilleas Pipinellis2019-05-171-1/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update index.md See merge request gitlab-org/gitlab-ce!26932
| * | | | | Update index.mdMohamed El-Feky2019-05-171-1/+5
|/ / / / / | | | | | | | | | | | | | | | | | | | | added `before_script` as it failed to build maven due to insufficient permissions
* | | | | Merge branch 'docs-environments-review-2' into 'master'Achilleas Pipinellis2019-05-171-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Follow-Up on Environments doc review Closes #61085 See merge request gitlab-org/gitlab-ce!27788
| * | | | | Docs: Follow-Up on Environments doc reviewMarcel Amirault2019-05-171-2/+2
|/ / / / /
* | | | | Merge branch 'improve-wiki-custom-sidebar-docs' into 'master'Achilleas Pipinellis2019-05-171-4/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improved custom wiki sidebar docs See merge request gitlab-org/gitlab-ce!27888
| * | | | | Improved custom wiki sidebar docsimprove-wiki-custom-sidebar-docsAndreas Kämmerle2019-05-021-4/+6
| | | | | |
* | | | | | Merge branch 'docs/dependency-proxy-ce' into 'master'Achilleas Pipinellis2019-05-174-0/+228
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for dependency proxy feature See merge request gitlab-org/gitlab-ce!28096
| * | | | | | Add documentation for dependency proxy featureDmitriy Zaporozhets2019-05-174-0/+228
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch 'fix-too-many-loops-cron-error' into 'master'Robert Speicher2019-05-174-5/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rescue too many loops cron error Closes #58241 See merge request gitlab-org/gitlab-ce!28002
| * | | | | | add changelogfix-too-many-loops-cron-errorFabio Pitino2019-05-071-0/+5
| | | | | | |
| * | | | | | Remove temporary workaround rescuing RuntimeErrorFabio Pitino2019-05-071-9/+1
| | | | | | |
| * | | | | | Merge branch 'fix-too-many-loops-cron-error' of ↵Fabio Pitino2019-05-071-1/+9
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce into fix-too-many-loops-cron-error
| | * \ \ \ \ \ Merge branch 'fix-too-many-loops-cron-error' of ↵Fabio Pitino2019-05-020-0/+0
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce into fix-too-many-loops-cron-error
| | | * | | | | | Rescue RuntimeError when "too many loops" are reached by Fugit::CronFabio Pitino2019-05-021-1/+9
| | | | | | | | |
| | | * | | | | | Write test that exposes bug with Fugit gemFabio Pitino2019-04-301-0/+7
| | | | | | | | |
| | * | | | | | | Rescue RuntimeError when "too many loops" are reached by Fugit::CronFabio Pitino2019-05-021-1/+9
| | | | | | | | |
| | * | | | | | | Write test that exposes bug with Fugit gemFabio Pitino2019-05-021-0/+7
| | | | | | | | |
| * | | | | | | | Remove workaround by upgrading Fugit gemFabio Pitino2019-05-074-21/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/58241 * Upgrade Fugit gem to 1.2.1 which recognizes cron expressions for invalid days * Reverted previously implemented workaround * Leave test case which previously exposed the bug
| * | | | | | | | Rescue RuntimeError when "too many loops" occurFabio Pitino2019-05-072-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this workaround we temporarily prevent an exception from Fugit gem to be raised in Gitlab::Ci::CronParser