Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2014-04-03Fix support for force_pushDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-03Merge pull request #6190 from ↵Dmitriy Zaporozhets
Popl7/add-better-branch-protection-against-history-rewrite-and-deletion protect protected branched to force updates
2014-04-02Use MergeRequest services in API and controllersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-02 Merge branch 'reduce-observers' into 'master'Dmitriy Zaporozhets
Move issue create/update code to services Reduce observers role in GitLab code
2014-04-02Change the satellites directory permission in the install guide, add to rake ↵Marin Jankovski
check task.
2014-04-02Move update issue code to separate serviceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-02Move code for issue creation to service.Dmitriy Zaporozhets
The goal of suych refactoring is to get rid of observers. Its much easier to test and code when object creation and all other related actions done in one class instead of splited across observers, callbacks etc. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-01Include the Sidekiq version in gitlab:env:infoJacob Vosmaer
2014-04-01Create branch via APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-31Move branches api to separate classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-31Merge pull request #5469 from NARKOZ/api-pagination-headersDmitriy Zaporozhets
add 'Link' header for API response
2014-03-31Make the repository downloads path configurableJacob Vosmaer
2014-03-29Merge pull request #6317 from jirutka/fix-ldap-dn-caseDmitriy Zaporozhets
Fix searching by extern_uid for LDAP to be case-insensitive
2014-03-29Merge remote-tracking branch 'origin/rake_drop_tables'Dmitriy Zaporozhets
Conflicts: CHANGELOG
2014-03-28Use omniauth nickname as the username for LDAPJacob Vosmaer
Before there was a bug in omniauth-ldap which prevented samaccountname showing up as a possible username for new LDAP users. Thanks to upstream fixes, we no longer need to work around this bug.
2014-03-28Drop all tables before restoring a PostgreSQL DBJacob Vosmaer
Invoking 'db:schema:load' turned out to be a bad idea: when downgrading an existing GitLab installation, the schema of the newer version would be preserved when trying to import the old version.
2014-03-28Add a rake task that drops all tablesJacob Vosmaer
2014-03-27Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2014-03-27Merge branch 'master' of github.com:gitlabhq/gitlabhqDmitriy Zaporozhets
2014-03-26Ldap check recognize ldap user filter.Marin Jankovski
2014-03-26Merge pull request #6222 from nickryand/background_initJacob Vosmaer
Removed the backgrounding of the unicorn_rails startup scripts
2014-03-26 Merge branch 'bugfix/fix_unicorn-sidekiq_confusion_in_gitlab_init_script' ↵Jacob Vosmaer
into 'master' Fix Unicorn-Sidekiq Confusion In GitLab Init Script This merge request fixes issue #126 by updating a few sections of the included GitLab init file where Unicorn was referred to as Sidekiq and vice-versa.
2014-03-26Init script - change start() stop() restart() reload() to xxxx_gitlab()Pawel Krzaczkowski
2014-03-26Merge pull request #6569 from criteo/api_merge_request_commentsDmitriy Zaporozhets
Add method to get the comments on a merge request
2014-03-26first setup to protect protected branched to force updatesSteven Thonus
2014-03-25Add to changelog.Marin Jankovski
2014-03-25Allow referencing an existing user.Marin Jankovski
2014-03-25Removed the backgrounding of the unicorn_rails webapp start call.Nick Downs
2014-03-25Merge pull request #6586 from abner/masterDmitriy Zaporozhets
added api method to return labels of a given project
2014-03-25Merge pull request #5935 from nmoura/patch-1Jacob Vosmaer
Changed sudo by su -c in init script
2014-03-24Add gzip compression for assets to nginx example.Marin Jankovski
2014-03-24changed doc comment for get labels of a projectÁbner Silva de Oliveira
2014-03-22Merge branch 'master' of https://github.com/gitlabhq/gitlabhqÁbner Silva de Oliveira
2014-03-22Remove code that does nothingRobert Speicher
ping @karlhungus
2014-03-22Default message for SatelliteNotExistErrorRobert Speicher
2014-03-22Fix upgraderDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-22Fix gitlab-ci integrationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-21Fix http clone for public projectDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-21Use the latest tag, 1.9.1 for gitlab-shell.Marin Jankovski
2014-03-21added api method to return labels of a given projectÁbner Silva de Oliveira
2014-03-20Use new gems methods.Marin Jankovski
2014-03-20GitLab requires gitlab-shell v1.9.0Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20Improve grack authDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20push via http now served via /allowed APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20Use GitAccess in internal apiDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-20Add Gitlab::GitAccess class to resolve auth issues during pull/pushDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-19Add method to get the comments on a merge requestStuart Pook
Add method to get the comments for a merge request and document that you can change the status of a merge request.
2014-03-18Merge pull request #5993 from DarkHorseComics/bypass-commented-sqliteJacob Vosmaer
Explain what to do about legacy sqlite in database.yml
2014-03-18 Merge branch 'check_orphaned_users_groups' into 'master'Dmitriy Zaporozhets
Check Orphaned Users Groups
2014-03-17Add more descriptive line for resolving sqlite error during checkJamey J. DeOrio