- Sep 24, 2013
-
-
Sytse Sijbrandij authored
-
- Sep 23, 2013
-
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
- Sep 14, 2013
-
-
Dmitriy Zaporozhets authored
More information in readme.
-
- Sep 13, 2013
-
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
- Sep 10, 2013
-
-
Dmitriy Zaporozhets authored
Init script is already checked out and does not need to be downloaded ag...
-
- Sep 09, 2013
- Sep 06, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Sep 05, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
In order to use GitLab ACL - we fetch projects via API Then we filter projects with CI enabled and show them first It reduce page load since we do network request. But we dont need to keep and sync any access lists
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix Build#duration when TimeZone is not UTC
-
Dmitriy Zaporozhets authored
Change gravatar_icon helper to handle ssl
-
- Sep 01, 2013
-
-
Dmitriy Zaporozhets authored
Better support for ansi colors and text styles
-
Chris Stephan authored
This commit refactors the gravatar_icon helper method to handle ssl. This is because when running gitlab-ci with ssl enabled, it gives a warning because portions of the page are not secure. In addition to refactoring this method, it also adds some configuration values to the application.yml.example file that are needed for the gravatar_icon helper method. It also adds default values for settings relating to gitlab_ci and gravatar. This is because the values will need defaults if they aren't specified in the application.yml. It also adds the no_avatar.png since it is being used in the gravatar_icon helper method. Finally, this commit adds spec tests to cover the refactored method.
-
- Aug 30, 2013
-
-
Peter Schultz authored
adds support for - background color (16 and 256 color tables) - normal and bright color (16 color table) - bold text - italic text - underlined text - crossed-out text - concealed text
-
Peter Schultz authored
-
- Aug 29, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add display name to runner model
-
Dmitriy Zaporozhets authored
-
Chris Stephan authored
This commit adds a method to the runner model that will return a display name for the runner. It will return the runner's token if a runner doesn't have a description or if it's empty. It will return the description otherwise. This is in order to give each particular runner a more friendly name when viewing them on a particular project. This commit also updates the runner_projects index to use this display name instead of using the token. And finally it adds spec tests to cover the new method added.
-
- Aug 27, 2013
-
-
Dmitriy Zaporozhets authored
-
Jacob Vosmaer authored
-
- Aug 26, 2013
-
-
Dmitriy Zaporozhets authored
Update installation.md: Correct Postgresql user issues.
-
Robert Kaufmann III authored
-