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/app
AgeCommit message (Collapse)Author
2018-06-04Raise error if pipeline / stage hits unknown statusGrzegorz Bizon
2018-05-29Merge branch 'master' into ↵Grzegorz Bizon
backstage/gb/use-persisted-stages-to-improve-pipelines-table * master: (583 commits)
2018-05-29Merge branch '46885-group-visibility' into 'master'Clement Ho
Resolve "Visibility section alignment is broken" Closes #46885 See merge request gitlab-org/gitlab-ce!19204
2018-05-29Add bootstrap fixes that were in EE but were mismatching in CEClement Ho
2018-05-29Merge branch 'branches-fixes' into 'master'Clement Ho
Fix branches panel at smaller screen sizes See merge request gitlab-org/gitlab-ce!19157
2018-05-29Resolve "Merge request spinner spins forever after loading the diff"Lukas Eipert
2018-05-29Add a feature flag for switching pipeline stagesGrzegorz Bizon
2018-05-29Fix alignment of visibility options on new group pageAnnabel Dunstone Gray
2018-05-29Merge branch '44602-clarify-update-docs-text-about-restrictions' into 'master'Achilleas Pipinellis
Resolve "Clarify/Update docs/text about restrictions." See merge request gitlab-org/gitlab-ce!17970
2018-05-29Resolve "Operations navigation menu renders empty menu when user does not ↵Lukas Eipert
have the right permissions"
2018-05-29Merge branch ↵Kamil Trzciński
'38759-fetch-available-parameters-directly-from-gke-when-creating-a-cluster' into 'master' Resolve "Fetch available parameters directly from GKE when creating a cluster" Closes #38759 See merge request gitlab-org/gitlab-ce!17806
2018-05-29Merge branch 'dz-redesign-group-settings-page' into 'master'Filipa Lacerda
Redesign group settings page into expandable sections See merge request gitlab-org/gitlab-ce!19184
2018-05-29Merge branch 'groups-controller-show-performance' into 'master'Douwe Maan
Improve performance of GroupsController#show See merge request gitlab-org/gitlab-ce!18973
2018-05-29Add helpful messages to empty wiki viewPaul Slaughter
2018-05-28Move token_in_session to helper methodMatija Čupić
2018-05-28Use full path to group settings partialsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-28Merge branch 'ab-45389-remove-double-checked-internal-id-generation' into ↵Yorick Peterse
'master' Remove double-checked internal id generation. Closes #45389 See merge request gitlab-org/gitlab-ce!19181
2018-05-28Merge branch 'ce-6225-unify-app-views-milestones' into 'master'Rémy Coutable
CE: Resolve "Extract EE specific files/lines for app/views/shared/milestones" See merge request gitlab-org/gitlab-ce!19185
2018-05-28Resolve "Rename "secret variables" to "variables""Fabio Busatto
2018-05-28Merge branch 'patch-28' into 'master'Kamil Trzciński
Returns a correct TMP_UPLOAD_PATH to workhourse Closes #46763 See merge request gitlab-org/gitlab-ce!19148
2018-05-28Simplify titles for group settings sectionsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-28Use render_if_exists for group settings page to keep same code as EEDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-28include groups in descriptionDavin Walker
2018-05-28overhaul dropdown-dependent statesDennis Tang
2018-05-28Fix tests after group settings page redesignDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-28Bring changes from EELin Jen-Shin
2018-05-28Redesign group settings page into expandable sectionsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-28Merge branch 'leipert-backport-bs4-merge-conflict' into 'master'Fatih Acet
Backport of CE->EE merge conflict resolution See merge request gitlab-org/gitlab-ce!19171
2018-05-28Reduce queries in GroupProjectsFinderYorick Peterse
GroupProjectsFinder#collection_with_user would run the following code: if group.users.include?(current_user) When running this code for multiple groups this would result in one query being executed for every group. This commit simple removes the entire "if" statement with the code of the "else" statement. This ensures both paths use the same code, and removes the need for explicitly checking if a user is a member of the group.
2018-05-28Remove double-checked internal id generation.Andreas Brandl
This was needed for a transition phase only. For details see #45389. Closes #45389.
2018-05-28Merge branch 'sh-fix-admin-page-counts-take-2' into 'master'Yorick Peterse
Fix fast admin counters not working when PostgreSQL has secondaries Closes #46742 See merge request gitlab-org/gitlab-ce!19154
2018-05-28Merge branch '45190-create-notes-diff-files' into 'master'Douwe Maan
Persist and use truncated note diffs instead requesting Gitaly in a N+1 manner on MR page Closes #45190 See merge request gitlab-org/gitlab-ce!18991
2018-05-28backport EE version ofLukas Eipert
`app/assets/javascripts/jobs/components/sidebar_details_block.vue` and run prettier Squashed commits: [4551a37adc] backport EE version of `app/assets/javascripts/jobs/components/sidebar_details_block.vue`
2018-05-28Update object_storage.rbShinya Maeda
2018-05-26Fix fast admin counters not working when PostgreSQL has secondariesStan Hu
This commit does a number of things: 1. Reduces the number of queries needed by perform a single query to get all the tuples for the relevant rows. 2. Uses a transaction to query the tuple counts to ensure that the data is retrieved from the primary. Closes #46742
2018-05-26Fix branches panel at smaller screen sizesAnnabel Dunstone Gray
2018-05-26Merge branch 'leipert-move-ee-specific-pipeline-scss-backport' into 'master'Annabel Gray
Backport changes of gitlab-ee!5852 See merge request gitlab-org/gitlab-ce!19145
2018-05-26Merge remote-tracking branch 'origin/master' into ↵Dennis Tang
38759-fetch-available-parameters-directly-from-gke-when-creating-a-cluster
2018-05-26Merge branch 'winh-new-merge-request-encoding' into 'master'Mike Greiling
Fix encoding of branch names on compare and new merge request page Closes #46627 See merge request gitlab-org/gitlab-ce!19143
2018-05-26Merge branch 'bootstrap4' into 'master'Mike Greiling
Upgrade to Bootstrap 4 Closes #45185 and #46710 See merge request gitlab-org/gitlab-ce!18232
2018-05-25Add text-secondary colors backClement Ho
2018-05-25Fix active sessions card layoutClement Ho
2018-05-25Remove duplicate escaping from branch dropdownWinnie Hellmann
2018-05-25backport changes from ↵Lukas Eipert
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5852
2018-05-25Merge branch 'rs-projects-destroy-service-parity' into 'master'Rémy Coutable
Bring CE-EE parity to app/services/projects/destroy_service.rb See merge request gitlab-org/gitlab-ce!19111
2018-05-25Merge branch '46600-fix-gitlab-revision-when-not-in-git-repo' into 'master'Rémy Coutable
Resolve "gitlab 10.8 assumes that installation is a git working copy." Closes #46600 See merge request gitlab-org/gitlab-ce!19125
2018-05-25Merge branch '46768-typo-on-the-empty-pipelines-page' into 'master'Filipa Lacerda
Resolve "Typo on the empty Pipelines page" Closes #46768 See merge request gitlab-org/gitlab-ce!19140
2018-05-25Do not update stage status when it is just createdGrzegorz Bizon
2018-05-25Fix typo in Pipelines empty state viewMark Fletcher
2018-05-25Resolve "Show CI pipeline status in Web IDE"André Luís