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-08Merge branch 'master' into 33361-make-scroll-faster33361-make-scroll-fasterFilipa Lacerda
* master: (92 commits) Responsive table fixes remove the rouge copypasta and add notes to refactor nil-check Repository::is_ancestor? update rouge to 2.1.0 Added more negative checks for public project Fix End Syntax Error Enhancing Spec's with negative cases Improve form spec Update CHANGELOG.md for 9.0.10 Update CHANGELOG.md for 9.2.5 Fixed spec test syntax errors Update CHANGELOG.md for 9.1.7 Translate project & repository pages Converting Tests to Spec Tests Added more actions and report as abuse to all notes Add sticky confidential issue bar Fix for Login Test Problem Document not using STI Added Cop to blacklist polymorphic associations Document not using polymorphic associations ...
2017-06-08Merge branch ↵Achilleas Pipinellis
'28607-forking-and-configuring-project-via-api-works-very-unreliable' into 'master' Confirm Project forking behaviour via the API Closes #28607 See merge request !11931
2017-06-08Merge branch 'feature/rouge-2.1.0' into 'master'Douwe Maan
update rouge to 2.1.0 See merge request !11992
2017-06-08Merge remote-tracking branch 'gl-dev/master'Regis
2017-06-08Merge branch 'responsive-table-fixes' into 'master'Clement Ho
Responsive table fixes Closes #33376 See merge request !11987
2017-06-08Responsive table fixesAnnabel Dunstone Gray
2017-06-08remove the rouge copypasta and add notes to refactorhttp://jneen.net/
2017-06-08Merge branch '33377-fix-null-ref-in-repo-is-ancestor' into 'master'Douwe Maan
nil-check Repository::is_ancestor? Closes #33377 See merge request !11976
2017-06-08nil-check Repository::is_ancestor?Kim Carlbäcker
2017-06-08Merge branch '23603-add-extra-functionality-for-the-top-right-plus-button' ↵Douwe Maan
into 'master' Resolve "Add extra functionality for the top right Plus Button" Closes #23603 See merge request !11632
2017-06-08update rouge to 2.1.0http://jneen.net/
2017-06-08Merge branch 'improve-form-spec' into 'master'Douwe Maan
Improve form spec See merge request !11879
2017-06-08Added more negative checks for public projectTim Zallmann
2017-06-08Fix End Syntax ErrorTim Zallmann
2017-06-08Enhancing Spec's with negative casesTim Zallmann
2017-06-08Merge branch 'document-polymorphing-columns' into 'master'Rémy Coutable
Document using separate tables instead of polymorphic associations and STI See merge request !11168
2017-06-08Merge branch '33308-use-pre-wrap-for-commit-messages' into 'master'Annabel Dunstone Gray
33308 Use pre-wrap for commit messages to keep lists indented Closes #33308 See merge request !11957
2017-06-08Improve form specClement Ho
2017-06-07Update CHANGELOG.md for 9.0.10Regis
[ci skip]
2017-06-07Update CHANGELOG.md for 9.2.5Regis
[ci skip]
2017-06-07Fixed spec test syntax errorsTim Zallmann
2017-06-07Update CHANGELOG.md for 9.1.7Regis
[ci skip]
2017-06-07Merge branch 'bvl-translate-project-pages' into 'master'Douwe Maan
Translate project & repository pages See merge request !11183
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-06-07Converting Tests to Spec TestsTim Zallmann
2017-06-07Merge branch 'krakowski_master2' into 'master'Grzegorz Bizon
Add all pipeline sources as special keywords to 'only' and 'except' Closes #32955 See merge request !11972
2017-06-07Merge branch '33371-button-group-flex-table' into 'master'Tim Zallmann
Responsive table button layout fixes See merge request !11949
2017-06-07Merge branch 'add-more-actions-report-as-abuse-for-notes' into 'master'Clement Ho
Added more actions and report as abuse to all notes See merge request !11352
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-06-07Merge branch 'fixed-confidential-issue-bar' into 'master'Annabel Dunstone Gray
Add sticky confidential issue bar Closes #29741 See merge request !11952
2017-06-07Add sticky confidential issue barClement Ho
2017-06-07Make scroll faster in job outputFilipa Lacerda
2017-06-07Merge branch 'backport_fix_slash_commands_for_multiple_assignee' into 'master'Douwe Maan
Backport from EE: Fix '/unassign' slash command See merge request !11926
2017-06-07Merge branch 'fix/backup-restore-resume' into 'master'James Lopez
Fix backup task to continue on corrupt repositories Closes #31767 See merge request !11962
2017-06-07Merge branch 'sync-email-from-omniauth' into 'master'Douwe Maan
Sync email address from specified omniauth provider See merge request !11268
2017-06-07Merge branch 'auto-search-when-state-changed' into 'master'Phil Hughes
Perform filtered search when state tab is changed Closes #27261 See merge request !11917
2017-06-07Merge branch '33194-fix-pipelines-tooltip-not-updating' into 'master'Phil Hughes
Fix tooltip on pipelines page not updating Closes #33272 See merge request !11960
2017-06-07Merge branch 'edge-cases-integration-frontend-testing' into 'master'Clement Ho
Update testing.md `# Frontend Testing` to include integration spec for edge cases See merge request !11784
2017-06-07Merge branch 'fix-memoization-in-contributions-calendar' into 'master'Rémy Coutable
Fix memoization in ContributionsCalendar#activity_dates See merge request !11973
2017-06-07Fix for Login Test ProblemTim Zallmann
2017-06-07Merge branch 'reenable-gitaly-commit-raw-diffs' into 'master'Robert Speicher
Re-enable Gitaly commit_raw_diffs migration See merge request !11970
2017-06-07Use data attributes instead of classClement Ho
2017-06-07Fix URLs in artifacts documentationDouwe Maan
2017-06-07Document not using STIYorick Peterse
2017-06-07Added Cop to blacklist polymorphic associationsYorick Peterse
One should really use a separate table instead of using polymorphic associations. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11168 for more information.
2017-06-07Document not using polymorphic associationsYorick Peterse
Instead of using polymorphic associations a developer should use separate tables.
2017-06-07Add source policy specShinya Maeda
2017-06-07use squre bracketShinya Maeda
2017-06-07Use source instead of trigger_requests in stage_seedsShinya Maeda
2017-06-07Remove source.nilShinya Maeda