Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Improve UI for GitLab projects page | Dmitriy Zaporozhets | 2013-07-04 | 2 | -18/+20 | |
* | | style error pages | Dmitriy Zaporozhets | 2013-07-04 | 3 | -7/+8 | |
* | | Fix tests. added icons to project nav | Dmitriy Zaporozhets | 2013-07-04 | 2 | -5/+10 | |
* | | Added chart. Better tab names for project. Highlight active tab | Dmitriy Zaporozhets | 2013-07-04 | 8 | -72/+270 | |
* | | Project adding to REST. Restyle application. Left nav for project layout | Dmitriy Zaporozhets | 2013-07-03 | 20 | -248/+269 | |
* | | Merge pull request #198 from reuben-sutton/master | Dmitriy Zaporozhets | 2013-06-28 | 2 | -1/+8 | |
|\ \ | ||||||
| * | | Add project_id index to builds | Reuben Sutton | 2013-06-28 | 2 | -1/+8 | |
|/ / | ||||||
* | | Mention GitLab as requirement for CI | Dmitriy Zaporozhets | 2013-06-24 | 1 | -0/+4 | |
* | | Adding PostgreSQL to the docs. | Sytse Sijbrandij | 2013-06-24 | 2 | -10/+42 | |
* | | Merge pull request #192 from drbraden/patch-1 | Dmitriy Zaporozhets | 2013-06-21 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Minor spelling and grammar update to README.md | drbraden | 2013-06-15 | 1 | -1/+1 | |
|/ / | ||||||
* | | Show error message if cannt add deploy key of runner | Dmitriy Zaporozhets | 2013-06-04 | 1 | -1/+2 | |
* | | Update all gems! | Dmitriy Zaporozhets | 2013-06-04 | 2 | -81/+86 | |
* | | Fix builds for travis | Dmitriy Zaporozhets | 2013-06-04 | 1 | -0/+1 | |
* | | Prevent 500 error on sign-in page | Dmitriy Zaporozhets | 2013-06-04 | 3 | -0/+6 | |
* | | Show projects count in runners list | Dmitriy Zaporozhets | 2013-06-04 | 1 | -0/+3 | |
* | | Annotate project | Dmitriy Zaporozhets | 2013-06-04 | 2 | -0/+2 | |
* | | Mention Runner in setup docs | Dmitriy Zaporozhets | 2013-06-04 | 2 | -0/+30 | |
* | | Update integration page with screenshot and new data | Dmitriy Zaporozhets | 2013-06-04 | 2 | -28/+11 | |
* | | Fix tests | Dmitriy Zaporozhets | 2013-06-04 | 5 | -44/+8 | |
* | | Mention to sign-in using gitlab account | Dmitriy Zaporozhets | 2013-06-04 | 1 | -1/+1 | |
* | | Add settingslogic and limit gitlab domain usage to sepcified in config | Dmitriy Zaporozhets | 2013-06-04 | 10 | -8/+41 | |
* | | Merge branch '3-0-dev' of /home/git/repositories/gitlab/gitlab-ci | Dmitriy Zaporozhets | 2013-06-03 | 79 | -1065/+1102 | |
|\ \ | ||||||
| * | | remove temp files | Dmitriy Zaporozhets | 2013-06-03 | 2 | -48/+0 | |
| * | | Warn users about unstable 3.0 | Dmitriy Zaporozhets | 2013-06-03 | 1 | -1/+5 | |
| * | | Add project setup guide | Dmitriy Zaporozhets | 2013-06-03 | 6 | -31/+49 | |
| * | | Try to list all user gitlab projects | Dmitriy Zaporozhets | 2013-06-03 | 1 | -1/+1 | |
| * | | You should add runners to project. WHen runner added -> deploy key for runner... | Dmitriy Zaporozhets | 2013-06-03 | 23 | -90/+340 | |
| * | | Remove user resource. Add ssh url to repo for project | Dmitriy Zaporozhets | 2013-06-03 | 11 | -135/+16 | |
| * | | Merge branch 'feature/gitlab_auth' of /home/git/repositories/gitlab/gitlab-ci... | Dmitriy Zaporozhets | 2013-06-03 | 35 | -499/+321 | |
| |\ \ | ||||||
| | * | | Remove devise views, Implement add gitlab project feature. Reorganize nav menu | Dmitriy Zaporozhets | 2013-06-03 | 20 | -221/+88 | |
| | * | | Drop users table. Fetch user owned projects from gitlab | Dmitriy Zaporozhets | 2013-06-03 | 17 | -102/+140 | |
| | * | | Replace devise with auth via gitlab api | Dmitriy Zaporozhets | 2013-06-03 | 14 | -257/+174 | |
| |/ / | ||||||
| * | | set pending status for Build#create_from | Dmitriy Zaporozhets | 2013-06-02 | 1 | -1/+3 | |
| * | | Fix schedule builds | Dmitriy Zaporozhets | 2013-06-02 | 2 | -3/+9 | |
| * | | Fix specs | Dmitriy Zaporozhets | 2013-05-31 | 5 | -22/+7 | |
| * | | Show amount of success/failed builds per runner | Dmitriy Zaporozhets | 2013-05-31 | 2 | -0/+8 | |
| * | | Build belongs to Runner | Dmitriy Zaporozhets | 2013-05-31 | 1 | -1/+2 | |
| * | | Runner resource. Now only registered runners can use gitlab-ci | Dmitriy Zaporozhets | 2013-05-31 | 17 | -39/+166 | |
| * | | Remove Run functionality | Dmitriy Zaporozhets | 2013-05-31 | 4 | -20/+0 | |
| * | | Remove repo reading logic from project. GitLab CI does not store repos any more | Dmitriy Zaporozhets | 2013-05-31 | 10 | -92/+82 | |
| * | | Remove runner from seeds | Dmitriy Zaporozhets | 2013-05-30 | 1 | -2/+0 | |
| * | | Remvoe runner specs | Dmitriy Zaporozhets | 2013-05-30 | 1 | -29/+0 | |
| * | | Remove runner functionality. Added api for builds | Dmitriy Zaporozhets | 2013-05-30 | 13 | -184/+226 | |
|/ / | ||||||
* | | Merge pull request #156 from alexdo/master | Dmitriy Zaporozhets | 2013-05-15 | 2 | -3/+3 | |
|\ \ | ||||||
| * | | Bumps rugged version to 0.18 | Alexander Dormann | 2013-04-20 | 2 | -3/+3 | |
| |/ | ||||||
* | | Merge pull request #173 from Philzen/patch-1 | Dmitriy Zaporozhets | 2013-05-15 | 1 | -3/+3 | |
|\ \ | |/ |/| | ||||||
| * | Fix Checkout command to use 2.2 stable (instead of 2.0) | Philzen | 2013-05-03 | 1 | -1/+1 | |
| * | point setup doc to 2-2-stable branchv2.2.0 | Dmitriy Zaporozhets | 2013-04-09 | 1 | -2/+2 | |
* | | Merge branch 'link-to-feedback-forum' of /home/git/repositories/gitlab/gitlab-ci | Dmitriy Zaporozhets | 2013-04-19 | 1 | -0/+4 | |
|\ \ |