09 Jun, 2013
2 commits
-
Fix pygment lexer 500 errors when an alias is used instead of a name.
06 Jun, 2013
9 commits
-
Read init script recipe from Rails.root path. Fix #4174
05 Jun, 2013
6 commits
-
Selectable deploy keys contain master projects
-
…e93e9c764580fe54ccfe38da751afbe
-
Created tests and refactored some code along the way Added stat graph util spec, refactored code finsihed up tests and refactors finsihed up tests and refactors
-
Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
04 Jun, 2013
1 commit
-
Conflicts: Gemfile.lock app/models/ability.rb app/models/project.rb app/views/snippets/_form.html.haml db/schema.rb features/steps/shared/paths.rb spec/factories.rb spec/models/project_spec.rb
03 Jun, 2013
2 commits
-
… if it exist in other owned project
01 Jun, 2013
2 commits
30 May, 2013
3 commits
29 May, 2013
4 commits
-
Update api docs and remove old attribute from User entity.
-
Update suggestion for Check.rake
-
The API docs incorrectly referenced a few attributes associated with users. The 'blocked' attribute has been replaced with 'state'. Also, 'dark_scheme' seems to no longer be available in the User model so it should be removed from the exposed attributes in the API User entity. Add color scheme ID to API User entity
-
Jira - Fixed Jira Issue tracker support
28 May, 2013
1 commit
27 May, 2013
7 commits
-
Jira issues numbering format are like: "PROJECT-1234". Changed the regular expression to support Jira issues linking, in addition to the normal #123. Added Jira Issue tracker configuration example
-
add code comment about backing up folder when restoring
-
…itlabhq into dmedvinsky-add-defaults-create-group-team Conflicts: config/gitlab.yml.example
-
…rmer03-feature_teams_api Conflicts: doc/api/README.md
25 May, 2013
1 commit
-
Expand the import glob to include `**/*.git` to find projects in groups as well as top level projects. Check for existing group, and create group if needed. Set namespace_id for imported projects.
24 May, 2013
1 commit
23 May, 2013
1 commit
-
improve regrex for match(sidekiq) robustness