11 Jun, 2013
2 commits
-
fixes for gitlab restore with non-standard backup and repo dirs
-
Fix abort gitlab:app:check
09 Jun, 2013
2 commits
-
Fix pygment lexer 500 errors when an alias is used instead of a name.
06 Jun, 2013
10 commits
-
Read init script recipe from Rails.root path. Fix #4174
-
When the file that pointed git bin_path in gitlab.yml dose'nt exist, bundle rake gitlab:app:check would be aborted. refs #4205
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
3 commits
-
… if it exist in other owned project
01 Jun, 2013
2 commits
30 May, 2013
4 commits
-
These fixes will allow a restore of gitlab when the backups and repositories directories are in non-standard locations (ie sub-dirs of gitlabhq). Also allows the restore to be run from script overriding the need of a user to confirm the rebuild of the authorized_keys file.
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
5 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