- Aug 04, 2015
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- Aug 03, 2015
-
-
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
-
Kamil Trzcinski authored
Rewrite Gravatar URLs if needed in order to have images in different size
-
Kamil Trzciński authored
Make YAML validation stricter /cc @vsizov See merge request !218
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
Randomize test database /cc @vsizov See merge request !219
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- Jul 30, 2015
-
-
Kamil Trzciński authored
Added Application Settings This moves some of the settings from application.yml to Admin page.  /cc @sytses @vsizov See merge request !215
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
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
-
Kamil Trzciński authored
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
-
Kamil Trzciński authored
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
-
- Jul 29, 2015
-
-
Daniel Gerhardt authored
`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.
-
Daniel Gerhardt authored
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.
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzciński authored
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
-
Kamil Trzcinski authored
-
- Jul 25, 2015
-
-
Daniel Gerhardt authored
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.
-
- Jul 24, 2015
-
-
Kamil Trzciński authored
Detail that people can use script to do `rake rspec` but also to call a `tests.sh` See merge request !209
-
Sid Sijbrandij authored
-
Sid Sijbrandij authored
-
Kamil Trzcinski authored
* commit '19c8544b': update changelog
-
Kamil Trzciński authored
Fixes a bunch of spelling/grammar mistakes. There were many spelling mistakes, which ultimately distracted from the content it was describing. This commit fixes all that I could find, and rewords some sentences to improve clarity See merge request !211
-
Ruben Nielsen authored
There were many spelling mistakes, which ultimately distracted from the content it was describing. This commit fixes all that I could find, and rewords some sentences to improve clarity
-
- Jul 23, 2015
-
-
Valery Sizov authored
Update changelog See merge request !167
-
Valery Sizov authored
-
Sid Sijbrandij authored
-
Valery Sizov authored
Fix invalid link to doc.gitlab.com /cc @vsizov See merge request !207
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
* commit 'a7d59ed9': Fix rendering issues Rework CI documentation by adding informations about YAML, the use of Docker images and building them
-
Valery Sizov authored
Fix permission escalation This fixes permission escalation as described here: https://gitlab.com/gitlab-org/gitlab-ci/issues/225 As this is security fix this commit should be cherry-picked to 7.13: https://dev.gitlab.org/gitlab/gitlab-ci/commit/02982e545744925a6ce8238ed354abdd8e6c835f See merge request !165
-