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
path: root/spec
AgeCommit message (Collapse)Author
2017-11-14Merge branch 'issue_40058' into 'master'Sean McGivern
Prevent position update for image diff notes Closes #40058 See merge request gitlab-org/gitlab-ce!15357
2017-11-14Merge branch 'fix-filter-by-my-reaction' into 'master'Sean McGivern
Fix filter by my reaction is not working Closes #39930 See merge request gitlab-org/gitlab-ce!15345
2017-11-14Merge branch 'fix/sm/31771-do-not-allow-jobs-to-be-erased-new' into 'master'Kamil Trzciński
Do not allow jobs to be erased Closes #31771 See merge request gitlab-org/gitlab-ce!15216
2017-11-14Merge branch '39884-fix-pipeline-transition-with-single-manual-action' into ↵Kamil Trzciński
'master' Make sure all pipelines would go to pending once Closes #39884 See merge request gitlab-org/gitlab-ce!15251
2017-11-14Merge branch '40092-fix-cluster-size' into 'master'Tim Zallmann
Formats bytes to human readable number in registry table See merge request gitlab-org/gitlab-ce!15359
2017-11-14Merge branch 'jej/fix-lfs-integrity-with-forks' into 'master'Douwe Maan
Handle forks in Gitlab::Checks::LfsIntegrity Closes #39902 See merge request gitlab-org/gitlab-ce!15279
2017-11-14Merge branch 'gitaly-wiki-get-all-pages' into 'master'Rémy Coutable
Incorporate Gitaly's WikiService.WikiGetAllPages RPC Closes gitaly#722 See merge request gitlab-org/gitlab-ce!15307
2017-11-14Merge branch 'bvl-refresh-member-listing-on-removal' into 'master'Tim Zallmann
Don't perform a JS request when deleting a membership. Closes #39933 and #31720 See merge request gitlab-org/gitlab-ce!15344
2017-11-13Incorporate Gitaly's WikiService.WikiGetAllPages RPCAlejandro Rodríguez
2017-11-13Add spec examples for Gitlab::Gitaly::WikiServiceAlejandro Rodríguez
2017-11-13Formats bytes to human reabale number in registry tableFilipa Lacerda
2017-11-13Prevents position update for image diff notesFelipe Artur
2017-11-13Add administrative endpoint to list all pages domainsTravis Miller
2017-11-13Merge branch 'issue_39238' into 'master'Sean McGivern
Fix image diff notes email Closes #39238 See merge request gitlab-org/gitlab-ce!15299
2017-11-13Add Gitlab::Utils::StrongMemoizeLin Jen-Shin (godfat)
2017-11-13Merge branch 'fix-subgroup-autocomplete' into 'master'Rémy Coutable
Fix users autocomplete in a subgroup Closes #39452 See merge request gitlab-org/gitlab-ce!15350
2017-11-13Fix image diff notes emailFelipe Artur
2017-11-13fix to allow integer label refernceshaseeb
2017-11-13Fix users autocomplete in a subgroupSean McGivern
We should include users who have access from parent groups, not just direct members of the current group.
2017-11-13Merge branch ↵Rémy Coutable
'39602-move-update-project-counter-caches-out-of-issues-merge-requests' into 'master' Move update_project_counter_caches? out of issue and merge request Closes #39602 See merge request gitlab-org/gitlab-ce!15300
2017-11-13Merge branch '39335-add-time-spend-to-milestones' into 'master'Sean McGivern
Add total time spent to milestones Closes #39335 See merge request gitlab-org/gitlab-ce!15116
2017-11-13Merge branch 'multi-editor-store-specs' into 'master'Filipa Lacerda
Added tests to multi-file Vuex store See merge request gitlab-org/gitlab-ce!15147
2017-11-13Fix filter by my reaction is not workingHiroyuki Sato
2017-11-13Export text utils as ES6 modulesFilipa Lacerda
2017-11-13Don't perform a JS request when deleting a membership.Bob Van Landuyt
2017-11-12Merge branch '39564-clear-filter-on-gitlab-dropdown-open' into 'master'Tim Zallmann
Clear filter on gl_dropdown open Closes #39564 See merge request gitlab-org/gitlab-ce!15214
2017-11-11Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos
2017-11-11Add feature test to milestoneGeorge Andrinopoulos
2017-11-11Move total time spend calculation to milestoneishGeorge Andrinopoulos
2017-11-11Add total time spent to milestonesGeorge Andrinopoulos
2017-11-10added missing specsPhil Hughes
2017-11-10fixed specsPhil Hughes
2017-11-10file action specsPhil Hughes
2017-11-10file action specsPhil Hughes
2017-11-10tree actions specsPhil Hughes
2017-11-10test updatesPhil Hughes
2017-11-10Added tests to multi-file Vuex storePhil Hughes
2017-11-10Merge branch 'issue_39773_be' into 'master'Sean McGivern
Prevent fast forward merge when rebase is required Closes #39773 See merge request gitlab-org/gitlab-ce!15296
2017-11-10Prepare Repository#fetch_source_branch for migrationJacob Vosmaer (GitLab)
2017-11-10Prevent fast forward merge when rebase is requiredFelipe Artur
2017-11-10Merge branch 'cleanup-issues-schema' into 'master'Sean McGivern
Clean up the schema of the table "issues" Closes #31811 See merge request gitlab-org/gitlab-ce!15225
2017-11-10Merge branch 'tz-no-cdn-for-svg-sprites' into 'master'Douwe Maan
Icon Sprite URL needs to be local even if asset_host is set See merge request gitlab-org/gitlab-ce!15289
2017-11-10Removed BracketsTim Zallmann
2017-11-09Merge branch 'disable-issue-action-button-if-isSubmitting' into 'master'Fatih Acet
Disable issue action button whilst submitting and test See merge request gitlab-org/gitlab-ce!15211
2017-11-09Clean up schema of the "issues" tableYorick Peterse
This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
2017-11-09Fixed Function + Test based on MRTim Zallmann
2017-11-09Merge branch 'move-filter-mr-clear-search-spec-to-js' into 'master'Tim Zallmann
Move clear search test to JS to reduce overkill See merge request gitlab-org/gitlab-ce!15154
2017-11-09Add /groups/:id/subgroups endpoint to APIWinnie Hellmann
2017-11-09Always return full avatar URL for private/internal groups/projects when ↵Douwe Maan
asset host is set
2017-11-09Move clear search test to JS to reduce overkillEric Eastwood
Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/33661