| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix project API listing returning empty list when first projects are not added to CI
The CI prefers to receive the projects added to CI first
/cc @vsizov
See merge request !225
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
added to CI
The CI prefers to receive the projects added to CI first
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Commits with [ci skip] have special skipped status

+ Commits with [ci skip] are marked as skipped
+ Commits without builds are marked as skipped
Resolution for:
+ https://dev.gitlab.org/gitlab/gitlab-ci/issues/264
+ https://dev.gitlab.org/gitlab/gitlab-ci/issues/266
This requires CE update:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1073
/cc @vsizov @sytses
See merge request !216
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
Rename type to stage
However, make the `type` and `types` as alias for `stage` and `stages`.
/cc @vsizov @sytses
See merge request !222
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove unused entities
See merge request !224
|
| |/ / |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
Refactor access_token usage for API requests
This MR refactors GitLab API usage to use either access_token or private_token. It also allows to use access_token when executing GitLab CI API.
/cc @vsizov @dzaporozhets
See merge request !226
|
| | | |
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix truncate_first_line if message is nil
Fixes https://gitlab.com/gitlab-org/gitlab-ci/issues/255
/cc @jacobvosmaer
See merge request !217
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Use avatars from GitLab
Rewrite Gravatar URLs if needed in order to have images in different size
/cc @dzaporozhets @vsizov
See merge request !220
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
Rewrite Gravatar URLs if needed in order to have images in different size
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Make YAML validation stricter
/cc @vsizov
See merge request !218
|
|/ / |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Randomize test database
/cc @vsizov
See merge request !219
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added Application Settings
This moves some of the settings from application.yml to Admin page.

/cc @sytses @vsizov
See merge request !215
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Do not use image's file name as alternative text
`image_tag` by default uses the image's file name for the img tag's alt
attribute. This is not preferable in many cases. E.g. it clutters the UI
with a long hash string if a gravatar could not be loaded.
To fix this, the `alt` option is set for `image_tag` calls.

See merge request !214
|
| |
| |
| |
| |
| |
| |
| |
| | |
`image_tag` by default uses the image's file name for the img tag's alt
attribute. This is not preferable in many cases. E.g. it clutters the UI
with a long hash string if a gravatar could not be loaded.
To fix this, the `alt` option is set for `image_tag` calls.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Truncate commit messages after subject line in table
Commit messages are now additionally truncated after the first line.
Before, a commit message's body was attached behind the subject which
made messages hardly readable in some cases.

See merge request !213
|
| |/
| |
| |
| |
| |
| | |
Commit messages are now additionally truncated after the first line.
Before, a commit message's body was attached behind the subject which
made messages hardly readable in some cases.
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| | |
Fix inline edit runner-description
Fixes: #217
Replaced .show and .hide with .removeClass('hide') and .addClass('hide') (Like done for #192 in MR 177)
See merge request !206
|
| |
| |
| |
| | |
Replaced .show and .hide with .removeClass('hide') and .addClass('hide') (Like done for #192 in MR 177)
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adjust CI config to support Docker executors
A shell script (based on the one for GitLab CE) has been added to
support Docker executors. Tags have been added to make sure builds are
only executed on appropriate runners.
This makes it possible to test forks of the GitLab CI repository on
public runners. Previously, builds failed with the following error:
```
$ bundle --without postgres
/builds/eldamir/gitlab-ci.sh: line 29: bundle: command not found
ERROR: Build failed with: exit code 127
```
See merge request !212
|
| | |
| | |
| | |
| | |
| | |
| | | |
A shell script (based on the one for GitLab CE) has been added to
support Docker executors. Tags have been added to make sure builds are
only executed on appropriate runners.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Detail that people can use script to do `rake rspec` but also to call a `tests.sh`
See merge request !209
|