summaryrefslogtreecommitdiff
path: root/doc/ci
Commit message (Collapse)AuthorAgeFilesLines
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-077-38/+40
|
* Rephrase documentation for protected actions featureGrzegorz Bizon2017-05-031-3/+4
|
* Merge branch 'master' into ↵Grzegorz Bizon2017-05-036-10/+145
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/manual-actions-protected-branches-permissions * master: (103 commits) Include missing project attributes to Import/Export Create the rest of the wiki docs Fill in information about creating the wiki Home page Move wiki doc to its own index page Create initial file for Wiki documentation Default to null user when asignee is unselected Re-enable ref operations with gitaly after not-found fix #31560 Add repo parameter to gitaly:install and workhorse:install Remove N+1 queries when checking nodes visible to user Don't validate reserved words if the format doesn't match Revert "Shorten and improve some job names" Remove unused initializer DRY the `<<: *except-docs` a bit in `.gitlab-ci.yml` Make the static-analysis job be run for docs branches too Add download_snippet_path helper Refresh the markdown cache if it was `nil` Add some documentation for the new migration helpers Update comments Display comments for personal snippets Update docs on creating a project ...
| * Document sorting of jobs in pipelines graphdocs/pipeline-groupingAchilleas Pipinellis2017-04-282-2/+27
| |
| * Document pipeline groupingAchilleas Pipinellis2017-04-285-8/+118
| |
* | Document protected manual actions featureGrzegorz Bizon2017-05-021-1/+5
|/
* Update Auto Deploy documentationJoshua Lambert2017-04-212-2/+32
|
* Add doc for scheduled triggerDosuken shinya2017-04-214-0/+28
|
* Merge branch '27755-update-pipelines-documentation' into 'master' 30843-move-about-gitlab-com-installation-instructions-to-documentationSean Packham (GitLab)2017-04-121-0/+0
|\ | | | | | | | | | | | | Resolve "Update Pipelines documentation" Closes #27755 See merge request !10600
| * Replace pipelines image in docs27755-update-pipelines-documentationAchilleas Pipinellis2017-04-101-0/+0
| | | | | | | | [ci skip]
* | Fixed wrong links in README.mdFabrizio Cucci2017-04-071-3/+2
|/
* Remove wrong user email from CI variables example outputAchilleas Pipinellis2017-04-071-1/+1
| | | | [ci skip]
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-063-27/+191
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (94 commits) Merge branch 'open-redirect-fix-continue-to' into 'security' Merge branch 'open-redirect-host-fix' into 'security' Merge branch 'path-disclosure-proj-import-export' into 'security' Merge branch '29364-private-projects-mr-fix' Merge branch '30125-markdown-security' Issue title realtime Update CHANGELOG.md for 8.16.9 Update CHANGELOG.md for 8.17.5 Update CHANGELOG.md for 9.0.4 Add "search" optional param and docs for V4 Use PDFLab to render PDFs in GitLab Separate Scala from Java in CI examples Fix broken link Reorganize CI examples, add more links Refactor CI index page Remove deprecated field from workhorse response Use gitlab-workhorse 1.4.3 Document how ETag caching middleware handles query parameters Make group skip validation in the frontend Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middleware ...
| * Separate Scala from Java in CI examplesdocs/ci-index-pageAchilleas Pipinellis2017-04-051-3/+6
| |
| * Fix broken linkAchilleas Pipinellis2017-04-051-2/+2
| |
| * Reorganize CI examples, add more linksMarcia Ramos2017-04-052-46/+143
| |
| * Refactor CI index pageAchilleas Pipinellis2017-04-052-18/+82
| |
* | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-041-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (57 commits) Ensure we generate unique usernames otherwise validations fail Fix a Knapsack issue that would load support/capybara.rb before support/env.rb Ensure users have a short username otherwise a click event is triggered ... Enable the `bullet_logger` setting; enable `raise` in test environment Fix Rubocop offenses Set the right timeout for Gitlab::Shell#fetch_remote Refactoring Projects::ImportService Move methods that are not related to mirroring to the repository model Fix GitHub pull request formatter spec Rename skip_metrics to imported on the importable concern Add CHANGELOG Remove unused include from RepositoryImportWorker Skip MR metrics when importing projects from GitHub Fetch GitHub project as a mirror to get all refs at once Make file templates easy to use and discover Ensure user has a unique username otherwise `user10` would match `user1` Ensure the AbuseReport fixtures create unique reported users Don't use FFaker in factories, use sequences instead Fix brittle specs Fix the AbuseReport seeder ... Conflicts: db/schema.rb
| * fix spelling CI_REPOSITORY_URL (line:355) gitab-ci-token to gitlab-ci-token. Mustafa YILDIRIM2017-04-031-1/+1
| |
* | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-035-34/+80
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (230 commits) Fix N+1 query in loading pipelines in merge requests Fix Spinach and Capybara dependencies Prevent users from disconnecting gitlab account from CAS 30276 Move issue, mr, todos next to profile dropdown in top nav Refactor SearchController#show Properly eagerly-load the Capybara server for JS feature specs only Updating documentation to include a missing step in the update procedure Eager-load the Capybara server to prevent timeouts Increase Capybara's timeout Add metrics button to Environment Overview page Fix link to Jira service documentation Handle parsing OpenBSD ps output properly to display sidekiq infos on ... Eliminate unnecessary queries that add ~500 ms of load time for a large issue 20914 Limits line length for project home page Allow users to import GitHub projects to subgroups Update dpl CI example Fix the docs:check:links job Don't clean up the gitlab-test-fork_bare repo Make GitLab use Gitaly for commit_is_ancestor Remove unnecessary ORDER BY clause from `forked_to_project_id` subquery ...
| * Update dpl CI exampleAchilleas Pipinellis2017-03-301-29/+57
| | | | | | | | [ci skip]
| * Merge branch 'patch-16' into 'master' Sean McGivern2017-03-271-1/+1
| |\ | | | | | | | | | | | | Correct example value variable name. See merge request !10256
| | * Correct example value variable name. Johan Brandhorst2017-03-271-1/+1
| | | | | | | | | CI_REPOSITORY_URL is the correct name.
| * | Merge branch 'patch-15' into 'master' Rémy Coutable2017-03-271-1/+1
| |\ \ | | |/ | |/| | | | | | | Use same variable for registry password as above See merge request !10238
| | * Use same variable for registry password as aboveNiklas2017-03-251-1/+1
| | |
| * | Merge branch 'triggers-docs' into 'master' Achilleas Pipinellis2017-03-272-3/+21
| |\ \ | | |/ | |/| | | | | | | Triggers docs See merge request !10050
| | * Update triggers documentationKamil Trzcinski2017-03-172-3/+21
| | |
* | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-2110-175/+258
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (1327 commits) Merge branch 'render-json-leak' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'fix-links-target-blank' into 'security' Merge branch '28058-hide-emails-in-atom-feeds' into 'security' Fix karma test Reset filters after click Handle Route#name being nil after an update Only add frontend code coverage instrumentation when generating coverage report fix recompile assets step in 9.0 upgrade guide to use yarn Undo explicit conversion to Integer Make level_value accept string integers Make feature spec more robust Removed d3.js from the main application.js bundle Extend compound status for manual actions specs Update css to be nice and tidy. Fix pipeline status for transition between stages add an index to the ghost column Return 404 in project issues API endpoint when project cannot be found Improve rename projects migration ... Conflicts: doc/ci/docker/using_docker_build.md spec/lib/gitlab/import_export/all_models.yml
| * | All CI offline migrationsKamil Trzciński2017-03-171-9/+0
| |/
| * Fix Slack link when on notifyZeger-Jan van de Weg2017-03-161-2/+2
| |
| * Merge branch 'patch-1' into 'master' Rémy Coutable2017-03-161-0/+14
| |\ | | | | | | | | | | | | Suggest a more secure way of handling SSH host keys in docker builds [ci skip] See merge request !2797
| | * Suggest a more secure way of handling SSH host keys in docker buildsMaxime Besson2017-02-241-0/+14
| | |
| * | Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-165-66/+66
| | |
| * | Update using_docker_images.mdszymon2017-03-141-3/+7
| | |
| * | Merge branch 'patch-15' into 'master' Achilleas Pipinellis2017-03-141-2/+2
| |\ \ | | | | | | | | | | | | | | | | Fix miswording See merge request !9832
| | * | Fix miswordingAdrian Sadłocha2017-03-091-2/+2
| | | |
| * | | Merge branch 'docs/ci-variables-deprecation-table' into 'master' Achilleas Pipinellis2017-03-092-100/+97
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Cleanup CI variables table and add a deprecation note See merge request !9831
| | * | | Move example variables output to bottomdocs/ci-variables-deprecation-tableAchilleas Pipinellis2017-03-091-36/+36
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | Cleanup CI variables table and add a deprecation noteAchilleas Pipinellis2017-03-092-65/+62
| | |/ / | | | | | | | | | | | | [ci skip]
| * | | Update README.md Alex Karnovsky2017-03-081-3/+3
| |/ / | | | | | | I replaced "merge requests" by "commits". As far as I notice, merge requests per se don't trigger CI; commits and pushes (which are essentially adding commits) do. This is logical: an MR doesn't create anything new, so there is nothing to test.
| * | Merge branch 'zj-variables-build-job' into 'master' Kamil Trzciński2017-03-071-22/+56
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename BUILD to JOB in CI Variables Closes #29053 See merge request !9756
| | * | Rename REF to SHAZ.J. van de Weg2017-03-071-2/+2
| | | |
| | * | Rename BUILD to JOB in CI Variableszj-variables-build-jobZ.J. van de Weg2017-03-071-22/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given GitLab moves away from using the term build, everywhere, also the CI variables are being renamed. For now, both `CI_BUILD_X` and `CI_JOB_X` are supported, with the same values. However, in about 3 months, support will be dropped.
| * | | Deprecate usage of `types` CI/CD configuration entryGrzegorz Bizon2017-03-071-1/+3
| | | |
| * | | Make cache:key bold, feedback:Lin Jen-Shin2017-03-071-1/+1
| | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9666#note_24877665
| * | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-03-073-12/+29
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | set-default-cache-key-for-jobs * upstream/master: (289 commits) re-add Assign to Me link on new MR/Issue forms thinner bottom header border make header match old 16px padding of body contents Update font-awesome-rails to 4.7.0.1 Relax font-awesome-rails dependency to ~> 4.7 Restore keyboard shortcuts for "Activity" and "Charts" fix border radius bottom for header match padding for mr-widget sections Update changelog Fix project-last-commit alignment Docs: update GL Pages IP on GL.com Fix up @DouweM review Remove readme-only project view preference Add `uploads` to known models for Import/Export spec Add `has_many` associations for models that can have Upload records Handle relative and absolute Upload paths in the Uploaders Change the default CarrierWave root path for tests Fix Projects::UploadService spec Add a Project::UploadsController spec to ensure an Upload is created Add `RecordsUploads` module to record Upload records via callbacks ...
| | * | Merge branch 'master' into pipeline-blocking-actionspipeline-blocking-actionsGrzegorz Bizon2017-03-062-10/+10
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (26 commits) Fix UserBasic Rename `/take` to `/take_ownership`, expose `owner` in `v3`. Update after review Fix values being called at Array instead of Hash Fix json response in branches controller Improve docs and specs related to pages artifacts Add MR fo changelog about removing pages artifacts Delete artifacts for pages unless expiry date is specified Lint doc Improved team selection Move foreign key to separate migration Fix import model attributes Update documentation and expose ID Introduce tests for pipeline triggers Fix trigger model Update db/schema Make triggers to be user aware Make Pipeline Triggers to be user aware Update triggers API Remove remnants of git annex ... Conflicts: db/schema.rb
| | | * \ Merge branch 'introduce-pipeline-triggers' into 'master' Sean McGivern2017-03-061-8/+8
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve pipeline triggers API See merge request !9713
| | | | * | Introduce tests for pipeline triggersKamil Trzcinski2017-03-051-8/+8
| | | | | |
| | | * | | Remove remnants of git annexPawel Chojnacki2017-03-031-2/+2
| | | |/ /