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/views
AgeCommit message (Collapse)Author
2018-03-16Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
2018-03-16Revert "Merge branch '35475-lazy-diff' into 'master'"James Lopez
This reverts commit e4fded68248c0989b4c31921f1c9f8103c65aef7.
2018-03-14Merge branch '35475-lazy-diff' into 'master'Fatih Acet
Resolve "Projects::MergeRequestsController#show is slow (implement skeleton loading)" Closes #35475 See merge request gitlab-org/gitlab-ce!15200
2018-03-13Merge branch 'bvl-inconsistent-spelling-in-mr-form' into 'master'Douwe Maan
Fix inconsistent punctuation on MR form See merge request gitlab-org/gitlab-ce!17702
2018-03-13Merge branch 'ce-5194-fix-github-ci-cd-github-auth-missing-query-param' into ↵Douwe Maan
'master' Add `?ci_cd_only=true` query parameter to CI/CD GitHub status link -- CE backport See merge request gitlab-org/gitlab-ce!17661
2018-03-08Merge branch 'ce-jej/github-project-service-for-ci' into 'master'Douwe Maan
Backport changes from introducing GithubService interation in EE See merge request gitlab-org/gitlab-ce!17607
2018-03-08Hides Triggers if integration only has one eventJames Edwards-Jones
Removes confusing/unnecessary checkboxes when trying to configure an integration. If there is only one supported event we don't need to allow these to be individually disabled since the integration can be disabled instead. E.g. Project Integrations for GitHub, Bugzilla, Asana, Pipeline emails and Gemnasium Allows integrations to override which triggers are configurable
2018-03-08Merge branch 'jivl-backport-custom-metrics-frontend' into 'master'Filipa Lacerda
backport of custom metrics for the common metrics section of CE See merge request gitlab-org/gitlab-ce!17586
2018-03-08backport of custom metrics for the common metrics section of CEJose Ivan Vargas
2018-03-08Merge branch 'ce-3839-ci-cd-only-github-projects-fe' into 'master'Douwe Maan
Create CI/CD-only projects from GitHub -- CE backport See merge request gitlab-org/gitlab-ce!17432
2018-03-07Resolve "Add a mention and link to doc for security implications in the ↵Mayra Cabrera
Kubernetes cluster page"
2018-03-07Merge branch 'master' into 'ce-3839-ci-cd-only-github-projects-fe'Douwe Maan
# Conflicts: # locale/gitlab.pot
2018-03-07Merge branch 'bvl-allow-maintainer-to-push' into 'master'Douwe Maan
Allow maintainers to push forks of a project for branches that have open MRs Closes #22292 See merge request gitlab-org/gitlab-ce!17395
2018-03-07Backport changes from EE's GithubService integrationJames Edwards-Jones
Adds detailed_status to pipeline hook data Adds detailed_description option for Services Integration edit page renders 404 if a service is disabled
2018-03-07Merge branch 'jivl-new-modal-project-labels-milestones' into 'master'Filipa Lacerda
Resolve: Modal and banner designs for project label and project milestone promotion Closes #41895 See merge request gitlab-org/gitlab-ce!17197
2018-03-07Add documentation for allowing maintainers to pushBob Van Landuyt
2018-03-07CE backport for creating CI/CD projects from GitHubRubén Dávila
2018-03-07Allow maintainers to edit directly in a forkBob Van Landuyt
2018-03-07Allow a user to select `allow maintainer to push`Bob Van Landuyt
When a project is not private, and the source branch not protected the user can now select the option to allow maintainers to push to this branch
2018-03-07Merge branch ↵Sean McGivern
'43486-update-language-about-version-check-in-admin-settings-and-docs' into 'master' Resolve "Update language about version check in admin settings and docs" Closes #43486 See merge request gitlab-org/gitlab-ce!17535
2018-03-07Merge branch 'dz-plugins-project-integrations' into 'master'Dmitriy Zaporozhets
Show plugins list on system hooks page Closes #40812 See merge request gitlab-org/gitlab-ce!17518
2018-03-07Clarify version check in admin settingsSean McGivern
2018-03-07used respond_to formats for persisting flash messages insteadJose Ivan Vargas
2018-03-07Remove common_vue bundleMike Greiling
2018-03-06Merge branch 'ce-3727-fe-labels-for-epics' into 'master'Filipa Lacerda
CE Port: Add `js-` classes in LabelsSelect component See merge request gitlab-org/gitlab-ce!17558
2018-03-06Merge branch 'cluster-monitoring-changes-ce-backport' into 'master'Phil Hughes
Cluster monitoring changes CE backport See merge request gitlab-org/gitlab-ce!17547
2018-03-06Merge branch 'master' into 'issue_38337'Felipe Artur
# Conflicts: # app/models/group.rb # db/schema.rb
2018-03-06Remove plugins from project integrations pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-06Merge branch '43924-breadcrumbs-on-project-tags' into 'master'Phil Hughes
Breadcrumbs on Project Tags Closes #43924 See merge request gitlab-org/gitlab-ce!17562
2018-03-06Backport description composition from EEKushal Pandya
2018-03-06Remove extra breadcrumb on tagsTakuya Noguchi
2018-03-06Merge branch '40187-project-branch-dashboard-with-active-stale-branches' ↵Rémy Coutable
into 'master' Add overview of branches and filtered views for active/stale branches Closes #40187 et #17293 See merge request gitlab-org/gitlab-ce!15402
2018-03-06Add overview of branches and a filter for active/stale branchesTakuya Noguchi
2018-03-06use proper dependency injection for monitoring dashboard componentMike Greiling
2018-03-06Merge branch '38587-pipelines-empty-state' into 'master'Phil Hughes
Resolve "Pipelines view should handle empty state and buttons properly" Closes #38587 See merge request gitlab-org/gitlab-ce!17433
2018-03-06Merge branch 'ce-3839-ci-cd-only-projects-fe' into 'master'Robert Speicher
Create CI/CD-only projects by URL -- CE backport See merge request gitlab-org/gitlab-ce!17342
2018-03-05CI/CD-only projects FEEric Eastwood
See https://gitlab.com/gitlab-org/gitlab-ee/issues/3839 Conflicts: app/assets/javascripts/projects/project_new.js app/views/shared/_import_form.html.haml ee/app/controllers/ee/projects_controller.rb ee/spec/features/projects/new_project_spec.rb locale/gitlab.pot
2018-03-05Resolve "SSH key add text"Brendan O'Leary 🐢
2018-03-05Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan
Reduce usage of deprecated *_with_namespace methods See merge request gitlab-org/gitlab-ce!17523
2018-03-05[ci skip] Merge branch 'master' into 38587-pipelines-empty-stateFilipa Lacerda
* master: (52 commits) Projects and groups badges API Keep a commit around if its sha is present #43691: DiffNotes not counted by ContributionsCalendar Cleanup after adding MR diff's commit_count Fix MR merge commit cross-references to the MR itself Fix n+1 issue by not reloading fully loaded blobs Add "added" type on changelog Use limited count queries also for scoped searches Update changelog Rename quick actions handler Adds updated_at filter to issues and merge_requests API Update API: add search param to branches Add changelog entry LabelsSelect DropdownValueCollapsed Component LabelsSelect DropdownValue Component LabelsSelect DropdownTitle Component LabelsSelect DropdownSearchInput Component LabelsSelect DropdownHiddenInput Component LabelsSelect DropdownHeader Component LabelsSelect DropdownFooter Component ...
2018-03-05Projects and groups badges APIFrancisco Javier López
2018-03-05Replace deprecated name_with_namespace with full_name in app/viewsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-05Use limited count queries also for scoped searchesJan Provaznik
2018-03-05Remove boolean icons from plugins pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-05Render plugins list on system hooks pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-05Manage empty states in Pipelines pageFilipa Lacerda
Adds i18n Adds test Fix broken tests Fixes empty tab state for external CI
2018-03-05Show plugins list on project integrations pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-05Merge branch 'remove-ide' into 'master'Tim Zallmann
Remove IDE from CE See merge request gitlab-org/gitlab-ce!17458
2018-03-03Bring one group board to CEFelipe Artur
2018-03-03Remove mr_notes webpack bundleMike Greiling