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-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-10Load tree readme asynchronouslyDouwe Maan
2017-04-17Removes `Repository#version` method and testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-09-01Project tools visibility levelFelipe Artur
2016-06-21Fixed notification testsPhil Hughes
2016-06-15Implement custom notification level optionsFelipe Artur
2016-06-07Fixed failing testsPhil Hughes
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-02Fix milestones tab active state and testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-01Remove tests with back buttonDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-22Users don't get instructions to push to other users empty projectsPhil Hughes
Fixes #12518
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-11-03Better name for up-level linksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-18Fix readme specDouwe Maan
2015-09-17Merge branch 'master' into notification-levelsPatricio Cano
2015-09-17Added Global to the drop downs and updated the label of the button to show ↵Patricio Cano
the current level instead of `Notifications`
2015-09-17Added Spinach tests and updated CHANGELOGPatricio Cano
2015-09-08Consistently case `Back to X` links.Douwe Maan
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-09Improve readme testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-09Dont check for link but for actual readme contentDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-22Fix avatar tests to use banana_sample.gif since SVG is not supportedStan Hu
2015-06-22Fix features syntaxRobert Speicher
2015-06-12Change `within` to `page.within` in feature stepsRobert Speicher
2015-06-12Update all `should`-style syntax to `expect` in featuresRobert Speicher
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-05-05Fix project testDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-02-20Split up AttachmentUploader.Douwe Maan
2015-02-19Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets
This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
2015-02-16Fix broken access control and refactor avatar uploadHannes Rosenögger
This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
2015-01-24Fix tests, merge conflicts, some minor issues and make the project avatar ↵Hannes Rosenögger
feature mergable
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-28Leave the project name field editable, fix the test.Marin Jankovski
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-09-22Prefix Spinach features with Spinach::Features::.Ciro Santilli
2014-07-31Uncomment change branch testDmitriy Zaporozhets
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-08-01Dont load bootstrap buttons. Modified css with new buttonsDmitriy Zaporozhets
2013-01-17Refactor project creation. Added logout link to profile pageGitLab
2013-01-09A bit of spinach testsDmitriy Zaporozhets
2012-09-10refactor feature stepsNihad Abbasov