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
AgeCommit message (Collapse)Author
2017-05-10Load tree readme asynchronouslyDouwe Maan
2016-05-16Modify tests to match new navigation behaviour for project pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-08Revert "Merge branch 'new-navigation-prototype' into 'master'"Jacob Schatz
This reverts merge request !3494
2016-04-01Remove tests with back buttonDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-23fix failing testsPhil Hughes
2016-02-22Users don't get instructions to push to other users empty projectsPhil Hughes
Fixes #12518
2015-10-16Add tests for last commit info on project home pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-17Added Spinach tests and updated CHANGELOGPatricio Cano
2015-07-10Make left menu more hierarchical and less contextual by adding back item at topDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-08Fix project testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-27Fix project snippets button appearing when it is disabledStan Hu
Closes #1705
2015-05-25Disable "New Issue" and "New Merge Request" buttons when features are ↵Stan Hu
disabled in project settings Closes #1676
2015-04-27Fix DB error when trying to tag a repositoryStan Hu
Upon tagging a repository, an error due to a missing migration occurred: ``` PG::Error: ERROR: column "taggings_count" does not exist LINE 1: UPDATE "tags" SET "taggings_count" = COALESCE("taggings_coun... ``` Ran `rake acts_as_taggable_on_engine:install:migrations`, removed the first migration that created the `tags` and `taggings` table, and added the rest. Closes #1512 Closes https://github.com/gitlabhq/gitlabhq/issues/6867 Closes https://github.com/gitlabhq/gitlabhq/issues/9194
2015-01-24adding avatar to project settings page added avatar removal show project ↵Steven Thonus
avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix
2014-10-05Make Spinach test names consistentCiro Santilli
- do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
2014-09-30Add a feature for readme on project show page.Marin Jankovski
2014-07-21Add useless test. Uncomment when we improve testingDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-25Show VERSION information on project sidebarDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-23Fix 500 error when rename repositoryDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-06-04Fix project.show spinach testDmitriy Zaporozhets
2013-03-19remove unused specDmitriy Zaporozhets
2013-01-17Refactor project creation. Added logout link to profile pageGitLab
2013-01-09A bit of spinach testsDmitriy Zaporozhets
2012-09-10add spinach steps for remaining featuresNihad Abbasov
2012-09-10rewrite project commits features using spinachNihad Abbasov