Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add committed_at to commits to properly order last commit (the force push issue) | Kamil Trzcinski | 2015-08-21 | 1 | -2/+2 |
| | |||||
* | Refactor GitLab API usage to use either access_token or private_token | Kamil Trzcinski | 2015-08-04 | 1 | -1/+1 |
| | |||||
* | Get rid of private message usageoauth_everywhere | Valery Sizov | 2015-07-02 | 1 | -1/+1 |
| | |||||
* | implementation of variables | Valery Sizov | 2015-06-05 | 1 | -1/+2 |
| | |||||
* | Merge branch 'jobs_in_yml' into 'master' | Dmitriy Zaporozhets | 2015-06-03 | 1 | -5/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI configuration with .gitlab-ci.yml https://dev.gitlab.org/gitlab/gitlab-ci/issues/245 Example: ``` # Refs to skip skip_refs: “deploy*” # Run before each script before_script: - export PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin - gem install bundler - cp config/database.yml.mysql config/database.yml - cp config/gitlab.yml.example config/gitlab.yml - touch log/application.log - touch log/test.log - bundle install --without postgres production --jobs $(nproc) - bundle exec rake db:create RAILS_ENV=test # Parallel jobs, each line is parallel build jobs: - script: “rake spec” runner: “ruby,postgres” name: “Rspec” - script: “rake spinach” runner: “ruby,mysql” name: “Spinach” tags: true branches: false # Parallel deploy jobs deploy_jobs: “cap deploy production” “cap deploy staging” ``` See merge request !110 | ||||
| * | download link to generated yaml | Valery Sizov | 2015-06-03 | 1 | -2/+6 |
| | | |||||
| * | Implementation of configuration CI with gitlab-ci.yml | Valery Sizov | 2015-06-03 | 1 | -1/+1 |
| | | |||||
| * | cleaning up | Valery Sizov | 2015-06-03 | 1 | -2/+1 |
| | | |||||
* | | replace YAML with JOSN on dashboard | Valery Sizov | 2015-06-03 | 1 | -2/+4 |
|/ | |||||
* | Use retina-ready standard badges | Dmitriy Zaporozhets | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | search fix | Valery Sizov | 2015-05-19 | 1 | -1/+1 |
| | |||||
* | basic implementation of endless scroll on dashboard | Valery Sizov | 2015-05-19 | 1 | -4/+11 |
| | |||||
* | public accessible build and commit | Valery Sizov | 2015-05-15 | 1 | -10/+1 |
| | |||||
* | More explicit permission error for developers | Valery Sizov | 2015-05-06 | 1 | -0/+4 |
| | |||||
* | Refactoring. Clean up advanced settings. Migrate from gotlab_url to path | Valery Sizov | 2015-05-04 | 1 | -5/+4 |
| | |||||
* | Merge branch 'refactoring_user_url' into 'master' | Dmitriy Zaporozhets | 2015-04-23 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Refactoring network related code https://dev.gitlab.org/gitlab/gitlab-ci/issues/139 See merge request !74 | ||||
| * | refactoring network related coderefactoring_user_url | Valery Sizov | 2015-04-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'project-runners-page' into 'master' | Dmitriy Zaporozhets | 2015-04-23 | 1 | -3/+7 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved runner page for project Tasks: - [x] Ability to add runner to several projects - [x] Render runner status (online, offline, disabled) - [x] Two column style of page: specific and shared runners - [x] Toggle shared runners for project - [x] Fix tests - [x] Write tests for new functionality - [x] Remove runner instead disabling if it is last project for this runner - [x] Cleanup and refactor code - [x] Improve query for authorised runners (reject duplicates) - [x] Improve UI based on https://dev.gitlab.org/gitlab/gitlab-ci/issues/185#note_41582 See merge request !61 | ||||
| * | toggle shared runners | Valery Sizov | 2015-04-21 | 1 | -2/+7 |
| | | |||||
| * | Improved runner page for project | Dmitriy Zaporozhets | 2015-04-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | * ability to add runner to several projects * render runner status (online, offline, disabled) * two column style of page: specific and shared runners Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Merge branch 'improve_test_coverage' into 'master' | Valery Sizov | 2015-04-22 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Improved test coverage https://dev.gitlab.org/gitlab/gitlab-ci/issues/203 See merge request !68 | ||||
| * | | Improved test coverageimprove_test_coverage | Valery Sizov | 2015-04-17 | 1 | -1/+1 |
| |/ | |||||
* | | projects search on dashboard | Valery Sizov | 2015-04-21 | 1 | -2/+4 |
|/ | |||||
* | deploy job creation fix | Valery Sizov | 2015-04-15 | 1 | -3/+2 |
| | |||||
* | fix rubocop | Valery Sizov | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | job deletion fix | Valery Sizov | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | fix jobs creationfix_job_creation | Valery Sizov | 2015-04-15 | 1 | -3/+4 |
| | |||||
* | fix adding projects | Valery Sizov | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | remove protected attributes | Valery Sizov | 2015-04-09 | 1 | -2/+10 |
| | |||||
* | added event service | Valery Sizov | 2015-03-26 | 1 | -8/+4 |
| | |||||
* | events for admin | Valery Sizov | 2015-03-26 | 1 | -0/+5 |
| | |||||
* | events | Valery Sizov | 2015-03-26 | 1 | -0/+4 |
| | |||||
* | projects sorting by last_commit_date | Valery Sizov | 2015-03-19 | 1 | -2/+2 |
| | |||||
* | reset user session if token is invalid | Valery Sizov | 2015-02-24 | 1 | -0/+2 |
| | |||||
* | Add check if user allowed to manage project | Dmitriy Zaporozhets | 2015-01-13 | 1 | -0/+1 |
| | | | | For now do this by check if user has access to GitLab project hooks | ||||
* | skipping csrf check | Valery Sizov | 2014-12-01 | 1 | -0/+1 |
| | |||||
* | Refactor commits/builds logic | Dmitriy Zaporozhets | 2014-11-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix tests | Dmitriy Zaporozhets | 2014-11-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Partly integrate commits | Dmitriy Zaporozhets | 2014-11-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Commit creates multiple builds now | Dmitriy Zaporozhets | 2014-11-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | make gitlab_ci able to skip refs from build | William Herry | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | Redirect after sign in. Fix broken test. | Marin Jankovski | 2014-07-01 | 1 | -1/+1 |
| | |||||
* | Fix public scope, use new project field name | Dmitriy Zaporozhets | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | Move badge image detection logic into separate service | Dmitriy Zaporozhets | 2014-01-29 | 1 | -9/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve project controllers specs | Dmitriy Zaporozhets | 2014-01-29 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | CreateBuildService for build creation and more validation to build model | Dmitriy Zaporozhets | 2014-01-29 | 1 | -12/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move project creation logic into service | Dmitriy Zaporozhets | 2014-01-29 | 1 | -22/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Change default notification settings for new gitlab-ci projects | Dmitriy Zaporozhets | 2014-01-28 | 1 | -0/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge github.com:gitlabhq/gitlab-ci into NewCharts | Peter Golm | 2014-01-09 | 1 | -5/+5 |
|\ | | | | | | | | | | | Conflicts: app/controllers/projects_controller.rb config/routes.rb | ||||
| * | Rename status method in ProjectsController | Dmitriy Zaporozhets | 2013-12-08 | 1 | -5/+5 |
| | | | | | | | | | | Status method is used by rails and should not be overwrited Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |