05 Jun, 2013
3 commits
-
…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
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
2 commits
-
improve regrex for match(sidekiq) robustness
21 May, 2013
1 commit
-
* Closing #3066 * Closing #3609
19 May, 2013
1 commit
16 May, 2013
5 commits
-
“Can create groups” and “Can create teams” had hardcoded defaults to `true`. Sometimes it is desirable to prohibit these for newly created users by default.
-
e.g.: the sidekiq in my Debian box is v2.11.1
-
…or a lot of code snippets
14 May, 2013
2 commits
13 May, 2013
4 commits
-
Save backup time as is. Fixes #3857.
-
Fixed puma.rb environment setting
-
A small update of nginx example config to prevent users from issues while nginx not listen on localhost
-
@options enable to keep params when switching ref.