gitlab-org--gitlab-foss/doc
Rémy Coutable b8d75d41aa Merge branch 'fix/builds-api-builds-for-commit-search' into 'master'
Find all builds for commit if there are multiple pipelines for it

## What does this MR do?

This MR fixes a builds API. When multiple pipelines were triggered for a commit, then API returned builds only from the last pipeline.

## What are the relevant issue numbers?

Closes #18912  
Closes #19243 

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [x] API support added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !4849
2016-06-28 17:10:07 +00:00
..
administration Add debugging tips with gdb 2016-06-24 08:58:32 -07:00
api Merge branch 'fix/builds-api-builds-for-commit-search' into 'master' 2016-06-28 17:10:07 +00:00
ci Add support for "skip ci" too 2016-06-25 11:38:06 +10:00
container_registry Move registry CI example to CI docs 2016-06-13 22:06:13 -07:00
customization Update default regexp documentation to match 8172d2c1. 2016-06-22 14:10:24 -07:00
development Merge branch 'gitlab_architecture' into 'master' 2016-06-28 10:34:46 +00:00
downgrade_ee_to_ce Update EE downgrade instructions to include JenkinsDeprecatedService 2016-06-24 12:11:46 -07:00
gitlab-basics Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
hooks Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
incoming_email Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
install Mention gmake 2016-06-27 16:23:30 +02:00
integration Update Google integration API workflow 2016-05-23 18:35:04 +00:00
intro Move labels documentation to new location 2016-06-21 18:54:30 +02:00
legal Reformats confusing '[named here]' section for 3rd party code attribution 2016-02-17 17:13:06 +00:00
logs Move logs/logs.md to administration/logs.md 2016-06-13 13:52:20 +02:00
markdown Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename' 2016-05-20 16:23:04 -05:00
migrate_ci_to_ce errros -> errors 2016-05-29 22:34:58 -07:00
monitoring Use influxdb-management for managing InfluxDB 2016-06-23 13:01:45 +02:00
operations succes -> success 2016-05-29 22:35:23 -07:00
permissions Improve design after review 2016-06-14 18:34:48 +02:00
profile Add documentation for U2F registration & authentication. 2016-06-06 12:50:31 +05:30
project_services Document email on push service 2016-06-20 13:05:18 +00:00
public_access Fix documentation and improve permissions code 2016-04-18 11:12:28 -03:00
raketasks Change all occurrences of doc.gitlab.com to docs.gitlab.com 2016-05-13 16:26:56 -05:00
security Change landing page when skipping confirmation email and add documentation 2016-05-16 14:56:32 -03:00
ssh Fixed Window's commands for SSH Help. 2016-02-06 12:17:12 +00:00
system_hooks Using single builder for push and tag events 2016-04-19 11:00:30 +02:00
update Add SMTP upgrade information 2016-06-28 04:27:40 -07:00
user/project doc: note that .gitattributes uses default branch 2016-06-27 14:17:49 -07:00
web_hooks Fix hook data for Wiki Page event 2016-05-31 11:24:58 -03:00
workflow Merge branch 'inline-todos-docs' into 'master' 2016-06-22 17:06:49 +00:00
README.md Add debugging tips with gdb 2016-06-24 08:58:32 -07:00

README.md

Documentation

User documentation

Administrator documentation

Contributor documentation

  • Documentation styleguide Use this styleguide if you are contributing to documentation.
  • Development Explains the architecture and the guidelines for shell commands.
  • Legal Contributor license agreements.