Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Its better to load graph with ajax since it requires ~10 seconds for bigger ↵ | Dmitriy Zaporozhets | 2013-06-05 | 2 | -73/+0 |
| | | | | projects to finish up | ||||
* | Contributors graphs feature for GitLab | Karlo Soriano | 2013-06-05 | 2 | -0/+73 |
| | | | | | | | | | | 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 | ||||
* | Fix bug with team assignation on project from #4109 | Andrey Kumanyaev | 2013-06-01 | 1 | -0/+28 |
| | |||||
* | Add settings for user permission defaults | Dmitry Medvinsky | 2013-05-16 | 1 | -0/+10 |
| | | | | | | “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. | ||||
* | Add Gitlab::VersionInfo class to fix and simplify version check. | Sato Hiroyuki | 2013-05-08 | 1 | -0/+69 |
| | | | | | It returns "yes" if required version is "1.7.10" and current version is "1.6.10", because the patch version of current version equals to that of required version. | ||||
* | Merge pull request #3597 from amacarthur/fork-pull-request | Dmitriy Zaporozhets | 2013-05-02 | 1 | -0/+1 |
|\ | | | | | updated fork feature to use gitlab-shell for v5 of gitlab | ||||
| * | updated fork feature to use gitlab-shell for v5 of gitlab | Angus MacArthur | 2013-04-15 | 1 | -0/+1 |
| | | |||||
* | | Move Gitlab::Git out of gitlab core | Dmitriy Zaporozhets | 2013-04-27 | 4 | -225/+0 |
| | | |||||
* | | Gitlab::Git::Stats specs | Dmitriy Zaporozhets | 2013-04-16 | 1 | -0/+28 |
| | | |||||
* | | Gitlab::Git::Diff specs | Dmitriy Zaporozhets | 2013-04-16 | 1 | -0/+34 |
|/ | |||||
* | Specs refactoring to reduce test time. Disabled observers by default for specs | Dmitriy Zaporozhets | 2013-04-10 | 1 | -56/+60 |
| | |||||
* | Remove wiki migrator. We dont need it any more. Users should migrate to 5.0 ↵ | Dmitriy Zaporozhets | 2013-04-10 | 1 | -219/+0 |
| | | | | first | ||||
* | specs for repository tag_names, branch_names | Dmitriy Zaporozhets | 2013-04-03 | 1 | -0/+16 |
| | |||||
* | decorate commits in Gitlab::Git::repository with valid class | Dmitriy Zaporozhets | 2013-04-03 | 1 | -0/+11 |
| | |||||
* | keep same dir structure for specs as in lib/ | Dmitriy Zaporozhets | 2013-04-03 | 4 | -19/+0 |
| | |||||
* | fixed blame and mr factory | Dmitriy Zaporozhets | 2013-04-03 | 1 | -0/+2 |
| | |||||
* | fixed test using repo with commits but old factory | Dmitriy Zaporozhets | 2013-04-01 | 2 | -4/+2 |
| | |||||
* | specs for Gitlab::Git::Repository and Gitlab::Git::Commit | Dmitriy Zaporozhets | 2013-03-31 | 2 | -0/+155 |
| | |||||
* | Fix 404 error while displaying json files. | Sato Hiroyuki | 2013-03-21 | 1 | -42/+0 |
| | | | | | It uses params[:id] instead of request.fullpath. It should fix #3132. | ||||
* | Fix Wiki migration task and add more test coverage. | Dan Knox | 2013-03-16 | 1 | -0/+105 |
| | | | | | | | | | | | | | | | | | | There was an error in the #extract_attributes_from_page method that caused an exception when checking to see if a page named "Home" already exists. The check occurs to handle the renaming of the main index page to "Home" to match the Gollum standard. If there is already a page called "Home" then the migrator will leave that page and create the Index page as usual. Users will need to manually rename their old "Home" page to something else then rename their "Index" page to "Home". Fortunately, I would be highly surprised if this case ever comes up. I also added more verbosity to the logging so if an error does occur, it will be easier to track down which Wiki page is causing the problem. | ||||
* | Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into ↵ | Dmitriy Zaporozhets | 2013-03-15 | 1 | -0/+114 |
|\ | | | | | | | | | | | | | | | | | | | | | DanKnox-use_gollum_wikis Conflicts: app/views/layouts/project_resource.html.haml app/views/wikis/edit.html.haml app/views/wikis/pages.html.haml app/views/wikis/show.html.haml spec/features/gitlab_flavored_markdown_spec.rb | ||||
| * | Create Wiki migration task. | Dan Knox | 2013-03-10 | 1 | -0/+114 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a new Rake task for migrating all of your existing Wiki content from your database into new Gollum repositories. The bulk of the logic happens within the `WikiToGollumMigrator` class which is decently test covered and located in the lib directory. The new Rake task can be executed by running: `bundle exec rake gitlab:wiki:migrate` It will output a nice log of every project that it migrates along with success or failure messages. I have used it on my own installation to migrate my Wikis successfully. | ||||
* | | Use gitlab-shell to move repos. Requires gitlab-shell v1.1.0 | Dmitriy Zaporozhets | 2013-03-12 | 1 | -66/+0 |
|/ | |||||
* | fixed popen test | Dmitriy Zaporozhets | 2013-02-27 | 1 | -1/+1 |
| | |||||
* | specs for Gitlab::Popen | Dmitriy Zaporozhets | 2013-02-26 | 1 | -0/+29 |
| | |||||
* | fixing tests after refactoring | Dmitriy Zaporozhets | 2013-02-11 | 2 | -3/+3 |
| | |||||
* | Fixed: post-receive, project remove, tests | Dmitriy Zaporozhets | 2013-02-05 | 1 | -4/+3 |
| | |||||
* | Remove outdated specs and fixed key remove | Dmitriy Zaporozhets | 2013-02-05 | 2 | -25/+1 |
| | |||||
* | fix tests | Dmitriy Zaporozhets | 2013-01-28 | 1 | -1/+2 |
| | |||||
* | Async perform for add/remove team members | Dmitriy Zaporozhets | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Remove relative_url_root from path. Fixes #2602 | Jun Futagawa | 2013-01-23 | 1 | -0/+23 |
| | | | | Files and Commits render a 404 when running with relative_url_root. | ||||
* | more tests fixed | Dmitriy Zaporozhets | 2013-01-15 | 1 | -6/+0 |
| | |||||
* | Merge commit 'master' into discussions | Riyad Preukschas | 2013-01-15 | 3 | -1/+160 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/assets/stylesheets/sections/notes.scss app/contexts/notes/load_context.rb app/models/project.rb app/observers/note_observer.rb app/roles/votes.rb app/views/commit/show.html.haml app/views/merge_requests/_show.html.haml app/views/merge_requests/diffs.js.haml app/views/merge_requests/show.js.haml app/views/notes/_note.html.haml features/steps/project/project_merge_requests.rb spec/models/note_spec.rb | ||||
| * | Fixed styles, ProjectHook specs etc | Dmitriy Zaporozhets | 2013-01-05 | 1 | -1/+1 |
| | | |||||
| * | Add concerns to autoload | Dmitriy Zaporozhets | 2013-01-03 | 1 | -70/+0 |
| | | |||||
| * | Get rid of roles | Dmitriy Zaporozhets | 2013-01-02 | 2 | -0/+202 |
| | | |||||
| * | Fix api specs. Use id instead path | Dmitriy Zaporozhets | 2013-01-02 | 1 | -0/+1 |
| | | |||||
| * | Fix routing issues when navigating over tree, commits etc | Dmitriy Zaporozhets | 2012-12-25 | 1 | -0/+20 |
|/ | |||||
* | Update uses of Gitolite.config.foo settings | Riyad Preukschas | 2012-12-20 | 2 | -2/+2 |
| | |||||
* | Cover ProjectMover with tests | Dmitriy Zaporozhets | 2012-11-21 | 1 | -0/+65 |
| | |||||
* | Remove leftover ref_extractor_spec file | Robert Speicher | 2012-10-04 | 1 | -58/+0 |
| | | | | Apparently it didn't get removed after the rename to ExtractsPath. | ||||
* | ExtractsPath: Use ref_names instead of branches+tags | Robert Speicher | 2012-10-04 | 1 | -2/+1 |
| | |||||
* | Fix bug with branches whose name contains slash | Valeriy Sizov | 2012-10-04 | 1 | -2/+2 |
| | |||||
* | Rename RefExtractor to ExtractsPath | Robert Speicher | 2012-09-26 | 2 | -2/+60 |
| | | | | Update docs a bit | ||||
* | Another RefExtractor refactor | Robert Speicher | 2012-09-26 | 1 | -24/+43 |
| | |||||
* | Add ref_extractor helper module for upcoming controllers | Robert Speicher | 2012-09-26 | 1 | -0/+39 |
| | |||||
* | Be more resilient in the case of missing omniauth settings | Robert Speicher | 2012-09-12 | 1 | -1/+3 |
| | | | | | | | Should no longer freak out when omniauth settings aren't present in gitlab.yml. People who aren't using it shouldn't even have to put a 'false' entry in their config for it (and probably wouldn't, after an upgrade). | ||||
* | Refactorn oauth & ldap | Dmitriy Zaporozhets | 2012-09-12 | 1 | -0/+93 |
| | |||||
* | Split gitolite backend. Use gitolite_config methods moved to separate class | Dmitriy Zaporozhets | 2012-09-07 | 2 | -0/+41 |