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
2016-10-24Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
show-commit-status-from-source-project * upstream/master: (368 commits) Use root_url for issue boards user link removes extra line for empty milestone description code formatting corrected Fix reply-by-email not working due to queue name mismatch Remove duplicate code in repository cache clearing Expire and build repository cache after project import refactor(email): use setter method instead AR callbacks Move spec/mailers/shared/notify.rb to spec/support Fix status code expectation Stop clearing the database cache on rake cache:clear Fix error in generating labels Fix bug where e-mails were not being sent out via Sidekiq Document link syntax introduced by !5586 Fix documents and comments on Build API `scope`. #23146 #19131 adds entry in CHANGELOG removes extra line for empty issue description Re-organize queues to use for Sidekiq Fix wrong endpoint in api/users documentation, fix same typo in spec describe blocks Update CHANGELOG Fix object data to be sent to fetch analytics data ...
2016-10-18Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
show-commit-status-from-source-project * upstream/master: (409 commits) Update endpoint to username validator change border color to variable Add todo for deprecated user routes and more information about deprecation to changelog Provide better error message to the user Apply better hierarchy to markdown headers and issue/mr titles Swapped button text manipulation outcomes for the toggle query Fixed find file keyboard navigation Update CHANGELOG for 8.12.7 Added download-button class and applied button margin Enable activerecord_sane_schema_dumper for test Updated logo from @luke Fix broken specs on MySQL after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6896 Fix Test Env (proper error handling when gitlab-shell is not clonned) Fix randomly crashing spinach test for merge request [Great spinach fix] Replace gsub with delete Remove carriage returns from commit description as summary is on a newline and will always include carriage returns Convert due_date_select.js filetype to es6. Stop directly parsing due_date with Date.parse, prefer parsing implicitly. Improve spec for pipeline metrics worker Add Pipeline metrics worker ...
2016-10-18Fix login tests for crowd to use #crowd.Bryce Johnson
2016-10-14Show what time ago a MR was deployedZ.J. van de Weg
2016-10-11Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
show-commit-status-from-source-project * upstream/master: (327 commits) Formatted all app/assets/javascripts to underscore naming convention Add registry to skipped data in backup raketask docs Updating changes based on feedback from @connorshea Changes to make Git basics more intuitive - updated verbiage where appropriate - changed "git config" commands to include quotes for variables to be more in line with standard practive and to avoid issues with spaces - updated CHANGELOG as part of commit Remove Ci::ApplicationController HTMLEntityFilter -> HtmlEntityFilter Clarify which token should be used to delete a runner Changed 'Compare branches, tags or commit ranges' to 'Compare Git revisions' Changed placeholder to 'Commit hash' Add link to test coverage report to README Added copy file path button to diffs Fix wrong icon in CI build detail sidebar: right-arrow => arrow-right Prevent conflict b/w search field and its dropdown Make searching for commits case insensitive. Use user from let instead recreate in before reword html titles for merge requests and issues Fix a typo in doc/api/labels.md Check for transition loopback in commit status Add temporary fix for race condition in MWBS Improve transitions and run hooks after transaction ...
2016-10-06Merge commit 'dev/security' into 'master'Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-05Add a view test for showing source commitsLin Jen-Shin
2016-10-03Merge branch 'master' into revert-c676283bPhil Hughes
2016-09-30Merge branch '21744-fix-missing-values-in-linter' into 'master' Rémy Coutable
Add missing values to linter (`only`, `except`) and add new one `Environment` Closes #21744 See merge request !6276
2016-09-30Refactor fields in viewKatarzyna Kobierska
2016-09-30Expose jobs to viewKatarzyna Kobierska
2016-09-30Improve tests grammarKatarzyna Kobierska
2016-09-30Add test for linter values visibilityKatarzyna Kobierska
2016-09-30Improve grammarKatarzyna Kobierska
2016-09-30Close merge request if open without source projectKatarzyna Kobierska
2016-09-28Upgrade Devise from 4.1.1 to 4.2.0.Connor Shea
This fixes an issue with Rails 5 and brings us up-to-date with the latest Devise release. This also replaces the deprecated Devise::TestHelpers with Devise::Test::ControllerHelpers. Changelog: https://github.com/plataformatec/devise/blob/v4.2.0/CHANGELOG.md#420---2016-07-01
2016-09-26Escape HTML nodes in builds commands in ci linterGrzegorz Bizon
2016-09-21Scope environments to projectKamil Trzcinski
2016-09-20Add a view spec for projects/notes/_formRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-18Add specs that target status failureKamil Trzcinski
2016-09-14Fix spec failuresKamil Trzcinski
2016-09-14Add view specs for pipelines graphKamil Trzcinski
2016-09-06add feature testubudzisz
add feature test add feature test add feature test remove test to builds_spec remove feature test to builds_spec remove feature test to builds_spec add changes to methods and remove FactoryGirl add changes to methods and remove FactoryGirl adding changes to test and js file changes grammar update changelog rename file name update files after review update files after review update files after review
2016-09-06add js fileubudzisz
show variables on-click show variables on-click show variables on-click remove = and add new js classes into sidebar.scss show variables by clicking button show variables by clicking button show variables by clicking button show variables by clicking button use id for a class add nicescroll add nicescroll
2016-09-02Updated testsPhil Hughes
2016-08-30Fix testKatarzyna Kobierska
2016-08-30Improve grammarKatarzyna Kobierska
2016-08-30Improve codeKatarzyna Kobierska
2016-08-30User can edit closed MR with deleted forkKatarzyna Kobierska
Add test for closed MR without fork Add view test visibility of Reopen and Close buttons Fix controller tests and validation method Fix missing space Remove unused variables from test closed_without_fork? method refactoring Add information about missing fork When closed MR without fork can't edit target branch Tests for closed MR edit view Fix indentation and rebase, refactoring
2016-08-18Update Hamlit to 2.6.1Robert Speicher
Fixes gitlab-org/gitlab-ce#21025 and gitlab-org/gitlab-ce#21017
2016-08-12Method names changed to #includes_commit?Z.J. van de Weg
2016-08-11CI build status not per environmentZ.J. van de Weg
2016-08-11Incorporate feedbackZ.J. van de Weg
2016-08-11Tests for release status heading on MR#showZ.J. van de Weg
2016-08-03Remove provider path, replace with dynamic path.Connor Shea
2016-08-02Add failing test for #20462winniehell
2016-07-28Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez
2016-07-26Fix testsKatarzyna Kobierska
2016-07-26Tests refactoring for trigger variablesKatarzyna Kobierska
2016-07-26Add test for multiple trigger variables viewKatarzyna Kobierska
2016-07-23Add gitlab-workhorse version to admin dashboardKatarzyna Kobierska
Test for showing GitLab Workhorse version on Admin Dashboard Refactoring
2016-07-18add modification to commit title testubudzisz
add modification to commit title test add empty line
2016-07-18modify view test to commit titleubudzisz
modify view test to commit title-repair rubocop modify view test to commit title-repair rubocop modify view test to commit title-repair rubocop remove empty line in CHANGELOG
2016-07-18add test to viewubudzisz
repair rubocop test and update CHANGELOG repair rubocop test repair rubocop repair rubocop repair rubocop
2016-07-18modify view test to commit titleubudzisz
modify view test to commit title-repair rubocop modify view test to commit title-repair rubocop modify view test to commit title-repair rubocop
2016-07-18add test to viewubudzisz
repair rubocop test and update CHANGELOG repair rubocop test repair rubocop repair rubocop repair rubocop
2016-07-18repair rubocop testubudzisz
2016-07-18add git-commit-title-method into pipeline model and modify viewubudzisz
add git-commit-title-method into tests
2016-06-30Do not show build retry link when build is activeGrzegorz Bizon
2016-02-25Move "I should see Crowd login form" feature to a view specRobert Speicher
We were doing all kinds of code gymnastics to "enable" Crowd in the feature spec and this would sometimes cause a transient failure. Really what it's testing is if the Crowd login form shows when Crowd's enabled, so this is much better suited to a view spec.