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-12-21Fall back to the `MergeRequestWidgetEntity`Bob Van Landuyt
When no serializer was passed.
2017-12-19Merge branch 'osw-isolate-mr-widget-exposed-attributes' into 'master'Sean McGivern
Stop sending milestone and labels for Projects::MergeRequestsController#show.json requests See merge request gitlab-org/gitlab-ce!15847 (cherry picked from commit 3870a1bde276144a05a31185ede7a5032818d489) cba40a1f Stop sending milestone and labels data over the wire for MR widget
2017-12-05Use actual head pipeline on merge request serializerFelipe Artur
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-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-07Merge branch 'master' into 38464-k8s-appsShinya Maeda
2017-11-06Add ClusterApplicationEntity testsAlessio Caiazza
2017-11-06Do not allow jobs to be erasedShinya Maeda
2017-11-06Multi-file editor fetch log data from a different endpointPhil Hughes
Closes #38360
2017-11-03Merge remote-tracking branch 'origin/master' into 38464-k8s-appsKamil Trzcinski
2017-11-02Improve backend structure of dataKamil Trzcinski
2017-11-02Merge branch 'refactor-clusters' into 38464-k8s-appsKamil Trzcinski
2017-11-02CE port of code changed for epicsJarka Kadlecova
2017-10-31Load participants asyncEric Eastwood
2017-10-31WIP: mock cluster apps status APIAlessio Caiazza
2017-10-20Added submodule support in multi-file editorPhil Hughes
2017-10-19Fix inability to delete container registry tagsStan Hu
Because container registry tags can have periods, the addition of the `.json` format caused ambiguity. Since the tag name regex is greedy, it would attempt to locate an image named `foo.json` instead of `foo`. Closes #39260
2017-10-18Merge branch 'kt/bug/fix-revision-and-size-for-container-registry' into 'master'Grzegorz Bizon
Add short_revision and use total_size Closes #39203 See merge request gitlab-org/gitlab-ce!14917
2017-10-17Add short_revision and use total_sizeKamil Trzcinski
2017-10-13Make sure we always return an array of hierarchiesBob Van Landuyt
Even when we pass an array of only a single object
2017-10-12Use polymorphism for common attributes in `GroupChildEntity`Bob Van Landuyt
2017-10-10Merge branch 'master' into bvl-group-treesBob Van Landuyt
2017-10-10Don't preload all memberships for a userBob Van Landuyt
2017-10-10Return `self` from `GroupChildSerializer#expand_hierarchy`Bob Van Landuyt
2017-10-10Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master'Douwe Maan
Resolve "Private Avatars are not CDN compatible" Closes #38245 and gitlab-com/support-forum#2476 See merge request gitlab-org/gitlab-ce!14443
2017-10-06Merge branch ↵Kamil Trzciński
'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' into 'master' Create Kubernetes cluster on GKE from k8s service Closes #35954 See merge request gitlab-org/gitlab-ce!14470
2017-10-06Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern
Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
2017-10-06Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-06Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-06Merge branch 'backstage/gb/move-some-pipelines-code-from-ee-to-ee' into 'master'Grzegorz Bizon
Move to CE some EE pipelines-related code that belongs to CE Closes gitlab-ee#3616 See merge request gitlab-org/gitlab-ce!14699
2017-10-06Merge branch '38389-allow-merge-without-success' into 'master'Fatih Acet
Allow merge when no pipeline success Closes #38389 See merge request gitlab-org/gitlab-ce!14633
2017-10-05Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-05Use `expose` with blocks instead of defining methodsBob Van Landuyt
2017-10-05Rename parameters to paramsBob Van Landuyt
2017-10-05Optimize finding a membership for a user to avoid extra queriesBob Van Landuyt
2017-10-05Expose failure reason in pipeline error badgeGrzegorz Bizon
Conflicts: app/serializers/pipeline_entity.rb
2017-10-05Load counts everywhere we render a group treeBob Van Landuyt
2017-10-05Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov
2017-10-05Allow merge when no pipeline successEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38389
2017-10-05Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-04Fix nesting bug when rendering children of a shared subgroupBob Van Landuyt
2017-10-04Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt
By preloading the count of members, projects and subgroups of a group, we don't need to query them later. We also preload the entire hierarchy for a search result and include the counts so we don't need to query for them again
2017-10-04Rename hierarchies to descendants where applicableBob Van Landuyt
2017-10-04Don't wrap arrays twice: `children` are already wrapped in an arrayBob Van Landuyt
We do the wrapping in an array in represent_hierarchy for children.
2017-10-04Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt
2017-10-04`current_user:` as a keyword argumentBob Van Landuyt
2017-10-04Include pagination when rendering expanded hierarchiesBob Van Landuyt
2017-10-04Replace `full_path`, `path` & `web_url` with a single `relative_path`Bob Van Landuyt
2017-10-04Use same response-body in groups-dashboard as we do for group-homeBob Van Landuyt
2017-10-04Include `can_leave` for a groupBob Van Landuyt