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-08-08[ci skip] Init testing vue app for issue notesFilipa Lacerda
2017-08-07Merge branch 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce ↵Filipa Lacerda
into issue-discussions-refactor * 'issue-discussions-refactor' of gitlab.com:gitlab-org/gitlab-ce: Convert ?full_data=1 -> ?view=full_data
2017-08-07Init adding testsFilipa Lacerda
2017-08-07Convert ?full_data=1 -> ?view=full_dataSean McGivern
2017-08-07Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (21 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix order of CI lint ace editor loading Fix spec Fix spec Fix spec Add changelog fix Add a spec for concurrent process Add changelog essential add CHANGELOG.md for !13208 adjust user contribution calendar time formatting fix rubocop violations 👮 fix mysql syntax for date INTERVAL arithmatic add tests for proper timezone date grouping within ContributionsCalendar adjust timezone for date grouping in contributions calendar use timezone-aware Date.current instead of Date.today in ContributionsCalendar class display system timezone underneath activity calendar ...
2017-08-07Merge branch 'fix-pdf-dependencies' into 'master'Phil Hughes
Fix issues with pdf-js dependencies See merge request !13328
2017-08-07Fix issues with pdf-js dependenciesMike Greiling
2017-08-06Merge branch 'ci-lint-fix' into 'master'Tim Zallmann
Fix order of CI lint ace editor loading Closes #35985 See merge request !13316
2017-08-06Merge branch '27616-fix-contributions-graph-utc-offset-mysql' into 'master'Tim Zallmann
Fix Timezone Inconsistencies in User Contribution Calendar Closes #27616 and #1943 See merge request !13208
2017-08-05Merge branch 'docs-fix-missing-changelog-entries' into 'master'Mike Greiling
Add missing CHANGELOG.md entries for security release on 2017-01-23 See merge request !13327
2017-08-05fix missing changelog entries for security release on 2017-01-23Mike Greiling
2017-08-05Merge branch 'fix/sm/34547-cannot-connect-to-ci-server-error-messages' into ↵Sean McGivern
'master' Fix "Cannot connect to CI server error messages" Closes #34547 See merge request !13252
2017-08-05Merge branch ↵Sean McGivern
'fix/sm/35931-active-ci-pipelineschedule-have-nullified-next_run_at' into 'master' Fix "pipeline_schedules pages throwing error 500" when "Active Ci::PipelineSchedule have a nullified `next_run_at`" Closes #32790 See merge request !13286
2017-08-04Fix vue broken testFilipa Lacerda
2017-08-04Fix some broken testsFilipa Lacerda
2017-08-04Merge branch '35275-change-issue-icon' into 'master'Phil Hughes
Update top bar issues icon Closes #35275 See merge request !13263
2017-08-04Update top bar issues iconAnnabel Dunstone Gray
2017-08-04[ci skip] Remove lost debugger statementFilipa Lacerda
2017-08-04Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: Fix pipeline icon in contextual nav for projects fixed up specs trying to fix tests fix merge conflicts css fixes try and fix some tests 34060 Simply general project settings to use expanded panels
2017-08-04Merge branch 'fix-pipeline-icon-contextual-nav' into 'master'Annabel Dunstone Gray
Fix pipeline icon in contextual nav for projects See merge request !13324
2017-08-04Merge branch '34060-simplified-general-project-settings' into 'master'Mike Greiling
34060 Simply general project settings to use expanded panels Closes #34060 See merge request !12620
2017-08-04Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
2017-08-04TestsFilipa Lacerda
2017-08-04Fix pipeline icon in contextual nav for projectstauriedavis
2017-08-04Adds mock dataFilipa Lacerda
2017-08-04Merge branch 'do-not-test-mysql-in-ee-non-master-or-stable' into 'master'Rémy Coutable
Since mysql is not a priority anymore, test it less See merge request !13320
2017-08-04Merge branch 'source-install-yarn-2' into 'master'Mike Greiling
Install 'yarn' globally to avoid PATH issues See merge request !13273
2017-08-04Merge branch 'winh-new-dropdown-dividers' into 'master'Annabel Dunstone Gray
Make dividers of new dropdown style full width Closes #35784 See merge request !13276
2017-08-04Merge branch '35944-missing-sidebar-icons' into 'master'Phil Hughes
Add container registry and spam logs icons Closes #35944 See merge request !13317
2017-08-04Merge branch 'tc-fix-mr-query-params' into 'master'Rémy Coutable
Add spec to test combining API merge_requests query parameters See merge request !11172
2017-08-04Merge branch '2902-standalone-ee-dir-ce' into 'master'Rémy Coutable
CE: Move EE-specific files to a standalone directory Closes gitlab-ee#3097 See merge request !13311
2017-08-04Merge branch 'revert-6291bc8c' into 'master'Rémy Coutable
Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" See merge request !13292
2017-08-04Since mysql is not a priority anymore, test it lessdo-not-test-mysql-in-ee-non-master-or-stableLin Jen-Shin
2017-08-04[ci skip] Adds tests casesFilipa Lacerda
2017-08-04Merge branch 'feature/migrate-last-commit-for-path-to-gitaly' into 'master'Robert Speicher
Migrate Repository#last_commit_for_path to Gitaly Closes gitaly#433 See merge request !13200
2017-08-04Merge branch 'feature/migrate-load-blame-to-gitaly' into 'master'Robert Speicher
Migrate blame loading to Gitaly Closes gitaly#421 See merge request !13155
2017-08-04Fix order of CI lint ace editor loadingPhil Hughes
Closes #35985
2017-08-04Add container registry and spam logs iconsAnnabel Dunstone Gray
2017-08-04Merge branch '35948-active-settings-pipelines' into 'master'Phil Hughes
Add active state for pipelines settings on old nav Closes #35948 See merge request !13297
2017-08-04Merge branch '35659-rename-pipeline' into 'master'Annabel Dunstone Gray
35659 Rename Pipelines tab to CI / CD in new navigation Closes #35659 See merge request !13241
2017-08-04Merge branch '32388-validate-and-document-openshift-support' into 'master'Achilleas Pipinellis
Move OpenShift blog from WWW to CE See merge request !13301
2017-08-04Fix different Markdown stylesAchilleas Pipinellis
2017-08-04Backport to CE for:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2483
2017-08-04Make new dropdown dividers full widthwinh
2017-08-04Merge branch 'rs-issue-35701' into 'master'Rémy Coutable
Ensure DeviseHelpers is loaded before inclusion in LoginHelpers Closes #35701 See merge request !13261
2017-08-04Fix specShinya Maeda
2017-08-04Merge branch 'sh-bump-gitlab-shell-gitaly' into 'master'Stan Hu
Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs See merge request !13307
2017-08-04Fix specShinya Maeda
2017-08-04Fix specShinya Maeda
2017-08-04Fix eslintFilipa Lacerda