| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
New syntax of .gitlab-ci.yml
https://dev.gitlab.org/gitlab/gitlab-ci/issues/269
- [x] Parser
- [x] Job migrator
- [x] Documentation
See merge request !137
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add a note that changing example configuration files requires changing omnibus-gitlab.
Keeping track of changes in these files is not easy and they usually require change in omnibus-gitlab.
Added a note so everyone is aware of this.
Similar is added to gitlab-shell and gitlab-ce.
Discussed in gitlab-org/omnibus-gitlab#605
See merge request !134
|
| |
| |
| |
| | |
omnibus-gitlab.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
New syntax of .gitlab-ci.yml
See merge request !136
|
| | | |
|
| | | |
|
| |/ |
|
|\ \
| |/
|/|
| |
| |
| | |
Add option multipart_chunk_size to docs, stop correct services.
See merge request !135
|
|/ |
|
|\
| |
| |
| |
| |
| | |
Preview of generated yaml config
See merge request !132
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Lint: Online validation of .gitlab-ci.yml
https://dev.gitlab.org/gitlab/gitlab-ci/issues/254

See merge request !131
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| | |
use multipart uploading when using fog
See merge request !130
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| | |
update fog to 1.25.0 to support aws v4
See merge request !129
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Fix re-adding project with the same name but different gitlab_id
https://dev.gitlab.org/gitlab/gitlab-ci/issues/258
See merge request !128
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Show number of runners actively checking in on runners page
https://dev.gitlab.org/gitlab/gitlab-ci/issues/241

See merge request !127
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix DB configuration for Docker in GitLab CE build script example
The DB host was set to 'postgres' while the rest of the build script is
set up to work with MySQL. This caused builds to fail with:
Mysql2::Error: Unknown MySQL server host 'postgres' (25)
See merge request !126
|
| |/
| |
| |
| |
| |
| |
| | |
The DB host was set to 'postgres' while the rest of the build script is
set up to work with MySQL. This caused builds to fail with:
Mysql2::Error: Unknown MySQL server host 'postgres' (25)
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix builds retrying when we remove commit from branch and push it again
https://dev.gitlab.org/gitlab/gitlab-ci/issues/255
See merge request !124
|
| | | |
|
| |/ |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Implementation of secret variables
https://dev.gitlab.org/gitlab/gitlab-ci/issues/246
@ayufan It will return variables like an array:
API call - POST `builds/register`
```
variables:[{"key": "KEY", "value": "VALUE"}]
```

/cc @dzaporozhets @ayufan
See merge request !125
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| |
| | |
Added new requirements
See merge request !122
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Improve no runners alert
See merge request !123
|
|/ / |
|
|/
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
| |
|
|\
| |
| |
| |
| |
| | |
Fix yaml generator
See merge request !121
|
| | |
|
|/
|
|
| |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|