- Aug 18, 2015
-
-
Robert Schilling authored
Fix typo in modal title See merge request !233
-
Stan Hu authored
- Aug 13, 2015
-
-
Kamil Trzciński authored
changes docker image name from python to ruby See merge request !232
-
Tim Hughes authored
-
- Aug 06, 2015
-
-
Kamil Trzciński authored
Fix broken yaml errors It fixes two errors: 1. invalid `.gitlab-ci.yml` did not trigger yaml_errors, thus making the commit success 2. skipped status were used for invalid `.gitlab-ci.yml` Link to issue: https://gitlab.com/gitlab-org/gitlab-ci/issues/261 /cc @vsizov See merge request !228
-
- Aug 05, 2015
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Support yaml variables This MR introduces ability to define variables from YAML. ```yaml variables: DB_NAME: postgres test: script: echo $DB_NAME ``` The variables are passed using the same API as Secure Variables. The API introduces additional parameter: public. All variables defined in YAML are marked as public. The GitLab Runner when detects public variables will pass them to the services. This makes it easy to fine tune linked services to for example define database name. ```yaml services: - postgres variables: POSTGRES_DB: gitlab ``` The above example will run [postgres](https://registry.hub.docker.com/u/library/postgres/) and pass POSTGRES_DB to postgres container making it to create `gitlab` database instead of default `postges`. **Note:** All variables will passed to all service containers. It's not designed to distinguish which variable should go where. /cc @sytses @vsizov @dzaporozhets See merge request !227
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Fix service testing Fixes: - https://gitlab.com/gitlab-org/gitlab-ci/issues/248 - https://gitlab.com/gitlab-org/gitlab-ci/issues/208 /cc @vsizov See merge request !221
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
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
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
The CI prefers to receive the projects added to CI first
-
Kamil Trzciński authored
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
-
Kamil Trzciński authored
Rename type to stage However, make the `type` and `types` as alias for `stage` and `stages`. /cc @vsizov @sytses See merge request !222
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Remove unused entities See merge request !224
-
Kamil Trzciński authored
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
-
- Aug 04, 2015
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- Aug 03, 2015
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Fix truncate_first_line if message is nil Fixes https://gitlab.com/gitlab-org/gitlab-ci/issues/255 /cc @jacobvosmaer See merge request !217
-
Kamil Trzciński authored
Use avatars from GitLab Rewrite Gravatar URLs if needed in order to have images in different size /cc @dzaporozhets @vsizov See merge request !220
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-