index
:
delta/gitlab/gitlab-ci.git
1-2-stable
2-0-stable
2-1-stable
2-2-stable
3-0-stable
3-1-stable
3-2-stable
4-0-stable
4-1-stable
4-2-stable
4-3-stable
5-0-stable
5-1-stable
5-2-stable
5-3-stable
5-4-stable
7-10-stable
7-11-stable
7-12-stable
7-12-stable_revert
7-13-stable
7-14-stable
7-14-update-docs
7-8-stable
7-9-stable
8-0-stable
8-1-stable
access-token-api
allow-failure-fix
allow-per-job-failure
allow_regex_for_project_skip_ref
annotations
api_rework
application_settings
backup
backup-directory-permissions
baserock/morph
branch_wildcard_fix
broken-yaml-errors
build-triggers
build-types
builds-path
cancel_commit
ci-docs
ci_forking
ci_skip_fix
cleanup
commit_creation_fix
commit_not_found_error
coverage-calc
deploy_job_api
deploy_without_tests
detail-two-possibilities-for-scripts
developers_can_cancel_job
doc_migration_to_omnibus
docker-doc
docker-image
encrypt-variables
endless_scroll
export-script
fix-commits-ordering-for-postgresql
fix-doc-link
fix-projects-api-empty-list
fix-skip-ci
fix-variable-saving-error
fix_job_creation
fix_project_duplication
fork_support
gh-pages
hook_for_empty_projects
improve-runners-page
improve-ui
improve_test_coverage
jobs_in_yml
lint
lint_url_fix
master
migrate-tables-to-ci-prefix
new_syntax
nice-badges
no_runners_alert
note_about_config
oauth_everywhere
pagination_bug
project-runners-page
project_consistency_with_gitlab
project_search
public_builds
redis-cache
refactoring_user_url
remove-unused-entities
remove_deprecated_code
rename-type-to-stage
requirements
rework-docs
rs-issue-214
rs-rspec3
runner-link
runners_ui_fix
save_info_from_runner
search-runners
secrets-perm
secrets-yaml
secure-oauth-state
service-testing
skipped_commit
templates
test-coverage
testbranchjob
to_stable
trace_in_file
travis-ci
trigger-ci
truncate-fix
update-docs
update-gems
update_backup_restore_doc
update_doc
user-avatar
variable-fix
variables
yaml-validation
yaml-variables
gitlab.com: gitlab-org/gitlab-ci.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
projects_controller.rb
Commit message (
Expand
)
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 usage
oauth_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
|
\
|
*
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
refactoring_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
|
\
\
|
|
/
|
/
|
|
*
toggle shared runners
Valery Sizov
2015-04-21
1
-2
/
+7
|
*
Improved runner page for project
Dmitriy Zaporozhets
2015-04-21
1
-1
/
+0
*
|
Merge branch 'improve_test_coverage' into 'master'
Valery Sizov
2015-04-22
1
-1
/
+1
|
\
\
|
*
|
Improved test coverage
improve_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 creation
fix_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
*
skipping csrf check
Valery Sizov
2014-12-01
1
-0
/
+1
*
Refactor commits/builds logic
Dmitriy Zaporozhets
2014-11-05
1
-2
/
+2
*
Fix tests
Dmitriy Zaporozhets
2014-11-04
1
-1
/
+1
*
Partly integrate commits
Dmitriy Zaporozhets
2014-11-04
1
-3
/
+3
*
Commit creates multiple builds now
Dmitriy Zaporozhets
2014-11-03
1
-2
/
+2
*
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
*
Improve project controllers specs
Dmitriy Zaporozhets
2014-01-29
1
-3
/
+3
*
CreateBuildService for build creation and more validation to build model
Dmitriy Zaporozhets
2014-01-29
1
-12
/
+6
*
Move project creation logic into service
Dmitriy Zaporozhets
2014-01-29
1
-22
/
+1
*
Change default notification settings for new gitlab-ci projects
Dmitriy Zaporozhets
2014-01-28
1
-0
/
+6
*
Merge github.com:gitlabhq/gitlab-ci into NewCharts
Peter Golm
2014-01-09
1
-5
/
+5
|
\
|
*
Rename status method in ProjectsController
Dmitriy Zaporozhets
2013-12-08
1
-5
/
+5
[next]