| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| |
| |
| |
| | |
Better yaml validation
See merge request !160
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
Prevent job_id removing
I would prefer to keep field job_id in the builds table. It will allow us much room for manoeuvre.
Of course it is not the best practice to change migration because it can lead to different database states for users but we will remove this filed soon anyway. We will need to put condition there if this field exist.
See merge request !142
|
|/ |
|
|\
| |
| |
| |
| |
| | |
Invalid yaml handling
See merge request !159
|
|/ |
|
|\
| |
| |
| |
| |
| | |
Invalid yaml handling
See merge request !158
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Prevent crash when push new branch with empty commits list
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
See merge request !139
|
| |
| |
| |
| | |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
|
|\ \
| | |
| | |
| | |
| | |
| | | |
New gitlab-ci.yml
See merge request !157
|
|/ / |
|
|\ \
| |/
|/|
| |
| |
| | |
Fix migration
See merge request !138
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|