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-05-25Switch the gitlab:db:configure task to use tables.any? instead of looking ↵DJ Mountney
specifically for the schema_migrations table
2016-05-25Add tests for the gitlab:db:configure rake taskDJ Mountney
2016-05-25Update hash syntax and add changelog for the gitlab:db:configure rake taskDJ Mountney
2016-05-25Add a gitlab:db:configure rake task to handle conditionally seeding or ↵DJ Mountney
migrating the database.
2016-05-25Merge branch 'rs-rubocop-nottonot' into 'master' Dmitriy Zaporozhets
Enable RSpec/NotToNot cop and auto-correct offenses Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/17761 See merge request !4267
2016-05-25Add new HA diagrams [ci skip]Drew Blessing
2016-05-25Fix forks creation when visibility level is restrictedFelipe Artur
2016-05-25Merge branch 'merge-button-color-fix' into 'master' Jacob Schatz
Fixed issue with button color when no CI enabled ## What does this MR do? Fixes an issue with the color of the merge button when no CI is setup. ## What are the relevant issue numbers? Closes #17844 ## Screenshots ![Screen_Shot_2016-05-25_at_09.58.44](/uploads/87aac74c5e2f8bfd2831e99c5915856d/Screen_Shot_2016-05-25_at_09.58.44.png) See merge request !4287
2016-05-25Reduce spacingAlfredo Sumaran
2016-05-25Remove conditionalAlfredo Sumaran
2016-05-25Update CHANGELOGAlfredo Sumaran
2016-05-25Make conditional a guard clauseAlfredo Sumaran
2016-05-25Update CHANGELOGAlfredo Sumaran
2016-05-25Address feedbackAlfredo Sumaran
Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
2016-05-25Update CHANGELOGAlfredo Sumaran
2016-05-25Move conditional to a methodAlfredo Sumaran
2016-05-25Fix syntaxAlfredo Sumaran
2016-05-25Update CHANGELOGAlfredo Sumaran
2016-05-25Move todo target state to the top and fix styles on mobileAlfredo Sumaran
2016-05-25Add tests for Todos target's stateAlfredo Sumaran
2016-05-25Add target statusAlfredo Sumaran
2016-05-25Merge branch 'issue_15221_2'Douwe Maan
2016-05-25Merge branch 'incremental-fixes' into 'master' Jacob Schatz
Fix concurrent request when updating build log in browser If you have a slow internet connection the trace will not be updated correctly. We need to check if our request is the latest one. Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/17535 See merge request !4183
2016-05-25Fixed issue with button color when no CI enabledPhil Hughes
Closes #17844
2016-05-25Merge branch 'fix-registry-backups' into 'master' Douwe Maan
Fix backups if registry is disabled Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17749 See merge request !4263
2016-05-25Fixed project model testsPhil Hughes
2016-05-25Merge branch 'plural-second-slack' into 'master' Jeroen van Baarsen
Changed the Slack build message to use the singular duration if necessary ## What does this MR do? Previously, the Slack build notification would say "second(s)" even when the duration was only 1 second. This MR fixes that. This is my first time writing Ruby code and my first MR on Gitlab, so feedback is very much appreciated! See merge request !4253
2016-05-25Increased zindex of layout navPhil Hughes
This fixes issues where group inputs would be above the dropdown in the nav Closes #17524
2016-05-25Enable multiple compatible Rubocop copsGrzegorz Bizon
Closes #17406
2016-05-25Improve after reviewKamil Trzcinski
2016-05-25Fix groups API to list only user's accessible projectsStan Hu
Closes #17496
2016-05-25Merge branch 'master' into 'master' Stan Hu
Update health_check.md - Fix spelling of admin/health_check path. [ci skip] ## What does this MR do? Fix the spelling of admin/heath_check to admin/health_check in health_check documentation ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? Fix a spelling error that may mislead a user on the proper URL/Path to check the GitLab health. ## What are the relevant issue numbers? ## Screenshots (if relevant) See merge request !4282
2016-05-25Merge branch 'snippets-ui' into 'master' Jacob Schatz
Updated snippets UI ![Screen_Shot_2016-05-18_at_14.11.54](/uploads/2544351e50f19a36c4ba9a7a92d5544b/Screen_Shot_2016-05-18_at_14.11.54.png) Closes #14328 See merge request !4194
2016-05-25Merge branch 'project-settings' into 'master' Jacob Schatz
Project settings UI update ![Screen_Shot_2016-05-16_at_16.42.55](/uploads/2e308cbf26a002fc411c3e84b663a5d1/Screen_Shot_2016-05-16_at_16.42.55.png)![Screen_Shot_2016-05-16_at_16.43.01](/uploads/8d983c43307c65852efe002f6e9482d9/Screen_Shot_2016-05-16_at_16.43.01.png)![Screen_Shot_2016-05-16_at_16.43.16](/uploads/6124e0600cc0e5b309a60b065409d537/Screen_Shot_2016-05-16_at_16.43.16.png)![Screen_Shot_2016-05-16_at_16.43.13](/uploads/177976c2c08034e096e7ebdcad1f369f/Screen_Shot_2016-05-16_at_16.43.13.png) See merge request !4162
2016-05-24Update health_check.md - Fix spelling of admin/health_check path. [ci skip]Ryan Rustong
2016-05-24Fix outer join when filtering milestonesFelipe Artur
2016-05-24Merge branch 'scroll-to-changes-content' into 'master' Jacob Schatz
Clicking changes tab scrolls the window to show the content When you click on the changes tab in a merge request, it will now scroll the window down to the content. ![scroll](/uploads/c5db23e1c32b1fe62bf4efb815b3f055/scroll.gif) Closes #15133 See merge request !4192
2016-05-24Fix bug when ordering by milestone due date and filtering by milestoneFelipe Artur
2016-05-24improve ordering sql for milestonesFelipe Artur
2016-05-24Fix ordering for MysqlFelipe Artur
2016-05-24Fix issues/MRs filter when ordering by milestone due dateFelipe Artur
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
Also removes the note from the development/testing.md guide
2016-05-24Merge branch 'patch-2' into 'master' Robert Speicher
Update branch name from 8-7-stable to 8-8-stable Fix inconsistency with the command listed above. [ci skip] See merge request !4274
2016-05-24Merge branch 'fix_typo_on_monitoring_help_page' into 'master' Robert Speicher
Fix typo in link on monitoring help page Closes #17809 [ci skip] See merge request !4281
2016-05-24fixing typo in link #17809sebastian-schmid
2016-05-24Remove top block from builds pageAnnabel Dunstone
2016-05-24Remove icons from tables; remove timestamp from pipelines, remove info block ↵Annabel Dunstone
at top of pipelines
2016-05-24Updated erorr message when project limit is zeroPhil Hughes
When the project limit is zero & the user tries to create a project, the error displayed is now 'Personal project creation is not allowed. Please contact your administrator with questions' Closes #17691
2016-05-24Increase max-width of stage cellsAnnabel Dunstone
2016-05-24Resolve some issues Jacob brought up.Connor Shea