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
2018-08-03Use Projects::UpdateService to archive projectsJames Ramsay
System hooks were not being triggered when projects were archived or unarchived. Reuse the Projects::UpdateService to automatically trigger system hooks and increase code reuse.
2018-07-31Add specs for label search backend codeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-24Add an option to have a private profile on GitLabJX Terry
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-04Merge branch 'ee-5481-epic-todos' into 'master'Sean McGivern
Port of Todos for epics See merge request gitlab-org/gitlab-ce!19908
2018-07-04Add pipeline lists to GraphQLBob Van Landuyt
This adds Keyset pagination to GraphQL lists. PoC for that is pipelines on merge requests and projects. When paginating a list, the base-64 encoded id of the ordering field (in most cases the primary key) can be passed in the `before` or `after` GraphQL argument.
2018-07-03[backend] Addressed review commentsJan Provaznik
* Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
2018-07-03Support todos for epics backportJarka Kadlecová
2018-06-28Add locked state to merge request APIChantal Rollison
2018-06-25Merge branch 'security-rd-do-not-show-internal-info-in-public-feed' into ↵Alessio Caiazza
'master' [master] Don't show internal info in public feed See merge request gitlab/gitlabhq!2395
2018-06-21Changes tab VUE refactoringFelipe Artur
2018-06-12Hide events from internal projects in public feed for anonymous usersRubén Dávila
This change fixes a bug where an anonymous user was able to see the activity related to internal projects when visiting the public profile of a user of the GitLab instance.
2018-06-07Backport of "Add assignee lists to boards"Mario de la Ossa
2018-05-31Refactor validations and make runner factory by default to be instance-wide ↵Kamil Trzciński
runner
2018-05-21Merge branch '44799-api-naming-issue-scope' into 'master'Rémy Coutable
Resolve "API naming for issue scope" Closes #44799 See merge request gitlab-org/gitlab-ce!18935
2018-05-21Add created_by_me and assigned_to_me scopesMark Chao
Deprecate corresponding dash versions created-by-me and assigned-to-me
2018-05-19Order UsersController#projects.json by updated_atTakuya Noguchi
2018-05-01show only groups an admin is a member of in dashboards/gropsRoger Rüttimann
2018-04-27Add sha filter to list pipelinesJames Ramsay
To find the pipeline for a specific sha requires scanning the list of all pipelines for a ref that contains the sha. This makes it hard to find the pipeline id needed to access a trace for a specific job run in the pipeline using the API.
2018-04-18Revert "Don't include projects shared as group-descendants"Bob Van Landuyt
This reverts commit 2c3c5b35549185080296670cfe6710aa80f99944. Revisit this after https://gitlab.com/gitlab-org/gitlab-ce/issues/45441
2018-04-11Prevent new merge requests for archived projectsBob Van Landuyt
This prevents creating merge requests targeting archived projects. This could happen when a project was already forked, but then the source was archived.
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-03-22Rearrange DeploymentPlatform methodsMayra Cabrera
- Change find_cluster_platform_kubernetes to ignore environment argument - Fix broken specs CE Port of: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5047/
2018-03-05Remove default scope from todosSean McGivern
This was causing todo priority sorting to fail.
2018-03-05Merge branch '41616-api-issues-between-date' into 'master'Sean McGivern
Resolve "API support for selecting only updated issues before/after a given date" Closes #41616 See merge request gitlab-org/gitlab-ce!17417
2018-03-05Use limited count queries also for scoped searchesJan Provaznik
2018-03-05Adds updated_at filter to issues and merge_requests APIJacopo
2018-03-02Allow to include also descendant group labelsJan Provaznik
Because epic index page includes also epics from subgroups it's necessary to also get descendant group labels for filtering. https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4773#note_61236542
2018-03-01Merge branch 'merge-requests-api-filter-by-branch' into 'master'Rémy Coutable
Add source and target branch filters to merge requests API Closes #42492 See merge request gitlab-org/gitlab-ce!17355
2018-03-01Add source and target branch filters to merge requests APISean McGivern
2018-02-26Allow to find labels in ancestor groups and better group support in label ↵Jan Provaznik
service
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-09Merge branch ↵Douwe Maan
'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibility' into 'security-10-4' [Port for security-10-4]: Makes SnippetFinder ensure feature visibility
2018-02-01Include subgroup issuables on the group pageJarka Kadlecová
2018-01-22Preload ancestors for subgroups matching filterBob Van Landuyt
Otherwise we'd only preload the ancestors that would fit the page. That way, when a search result was on the first page, but the ancestor didn't fit the page anymore. We would not have the preloaded ancestor when rendering the hierarchy.
2018-01-22Don't include projects shared as group-descendantsBob Van Landuyt
When a project is shared with a group, it should not be included as a descendant on the group dashboard.
2018-01-17Merge branch 'milestones-finder-order-fix' into 'security-10-3'Robert Speicher
Remove order param from the MilestoneFinder See merge request gitlab/gitlabhq!2259 (cherry picked from commit 14408042e78f2ebc2644f956621b461dbfa3d36d) 155881e7 Remove order param from the MilestoneFinder
2018-01-04EE-BACKPORT group boardsFelipe Artur
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-20Enable sorting by name in the Groups dropdownMark Fletcher
2017-12-04Merge remote-tracking branch 'origin/list-multiple-clusters' into ↵Kamil Trzcinski
cluster-page-with-list-clusters
2017-12-01Refactor disabled cluster testing to use traitMatija Čupić
2017-11-28Refactor ClustersFinderMatija Čupić
2017-11-28Refactorize jobs finding logicTomasz Maczukin
2017-11-27Add specs for ClustersFinderMatija Čupić
2017-11-24Drastically improve project search performance by no longer searching ↵Douwe Maan
namespace name
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-10-23Add case insensitive branches searchGeorge Andrinopoulos