summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '43720-update-fe-webpack-docs' into 'master'Jacob Schatz2018-03-131-5/+0
|\ | | | | | | | | | | | | Resolve "Document webpack_bundle_tag replacement method" Closes #43720 and #42704 See merge request gitlab-org/gitlab-ce!17706
| * remove deprecated page_specific_javascript_bundle_tagMike Greiling2018-03-121-5/+0
| |
* | Merge branch 'rd-fix-github-url-when-listing-repositories-at-importing' into ↵Douwe Maan2018-03-121-5/+8
|\ \ | |/ |/| | | | | | | | | 'master' Fix provider server URL used when listing repos to import See merge request gitlab-org/gitlab-ce!17692
| * Fix provider server URL used when listing repos to importrd-fix-github-url-when-listing-repositories-at-importingRubén Dávila2018-03-121-5/+8
| | | | | | | | Also use Gitlab::Auth::OAuth::Provider.config_for to access OmniAuth config
* | Merge branch 'fix-duplicate-notes' into 'master'Filipa Lacerda2018-03-121-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Fixed issue notes being duplicated Closes #44099 See merge request gitlab-org/gitlab-ce!17671
| * | Fixed issue notes being duplicatedPhil Hughes2018-03-091-1/+1
| |/ | | | | | | Closes #44099
* | Add helpers for labels dropdownKushal Pandya2018-03-121-0/+33
|/
* Merge branch 'master' into 'ce-3839-ci-cd-only-github-projects-fe'ce-3839-ci-cd-only-github-projects-feDouwe Maan2018-03-072-5/+29
|\ | | | | | | # Conflicts: # locale/gitlab.pot
| * Allow maintainers to edit directly in a forkBob Van Landuyt2018-03-071-5/+16
| |
| * Allow a user to select `allow maintainer to push`Bob Van Landuyt2018-03-071-0/+13
| | | | | | | | | | | | 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
* | CE backport for creating CI/CD projects from GitHubRubén Dávila2018-03-071-0/+36
|/
* Merge branch 'master' into 'issue_38337'Felipe Artur2018-03-0610-44/+42
|\ | | | | | | | | # Conflicts: # app/models/group.rb # db/schema.rb
| * Merge branch '40187-project-branch-dashboard-with-active-stale-branches' ↵Rémy Coutable2018-03-061-11/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Add overview of branches and a filter for active/stale branchesTakuya Noguchi2018-03-061-11/+0
| | |
| * | Merge branch 'ce-3839-ci-cd-only-projects-fe' into 'master'Robert Speicher2018-03-051-0/+26
| |\ \ | | | | | | | | | | | | | | | | Create CI/CD-only projects by URL -- CE backport See merge request gitlab-org/gitlab-ce!17342
| | * | CI/CD-only projects FEEric Eastwood2018-03-051-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan2018-03-055-14/+14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Reduce usage of deprecated *_with_namespace methods See merge request gitlab-org/gitlab-ce!17523
| | * | | Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-054-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | | Replace deprecated path_with_namespace with full_pathDmitriy Zaporozhets2018-03-051-7/+7
| | |/ / | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Merge branch 'kp-label-select-vue' into 'master'Phil Hughes2018-03-051-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Port Labels Select dropdown to Vue See merge request gitlab-org/gitlab-ce!17411
| | * | | Allow exposing methods to `gon_helper`Kushal Pandya2018-03-051-0/+1
| | |/ /
| * | | Merge branch '43334-reply-by-email-did-not-pick-up-unsubscribe-quick-action' ↵Rémy Coutable2018-03-051-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Reply-by-email did not pick up /unsubscribe quick action" Closes #43334 See merge request gitlab-org/gitlab-ce!17482
| | * | | Fix quick actions for users who cannot update issues and MRs43334-reply-by-email-did-not-pick-up-unsubscribe-quick-actionSean McGivern2018-03-021-1/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | There are several quick actions now that don't need this access - /todo and /unsubscribe for instance - but when these were first added, there weren't. Quick actions are now responsible for checking their own permissions.
| * | | removed helper methodsPhil Hughes2018-03-022-18/+0
| |/ /
* | | Address review commentsFelipe Artur2018-03-052-8/+6
| | |
* | | Bring one group board to CEFelipe Artur2018-03-033-9/+25
|/ /
* | Remove u2f webpack bundleMike Greiling2018-03-011-5/+0
| |
* | Merge branch 'feature/move_oauth_modules_to_auth_dir_structure' into 'master'Douwe Maan2018-03-013-5/+5
|\ \ | |/ |/| | | | | Moved o_auth/saml/ldap modules under gitlab/auth See merge request gitlab-org/gitlab-ce!17359
| * Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-283-5/+5
| |
* | Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-0/+31
| |
* | Merge branch '43510-merge-requests-and-issues-don-t-show-for-all-subgroups' ↵Grzegorz Bizon2018-02-271-4/+14
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Merge requests and issues don't show for all subgroups" Closes #43510 See merge request gitlab-org/gitlab-ce!17312
| * | Fix subgroup issue and MR pages empty states and counts43510-merge-requests-and-issues-don-t-show-for-all-subgroupsSean McGivern2018-02-271-4/+14
| | | | | | | | | | | | | | | Previously, these wouldn't count issues or MRs in subgroups - meaning that if _this_ group had no issues or MRs, we'd show the empty state, which was wrong.
* | | Merge branch '41255-refactoring-of-blob-link-methods-in-blob_helper' into ↵Douwe Maan2018-02-262-67/+80
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | 'master' Resolve "Refactoring of blob link methods in blob_helper" Closes #41255 See merge request gitlab-org/gitlab-ce!16851
| * | refactor methods inline41255-refactoring-of-blob-link-methods-in-blob_helperJames Lopez2018-02-231-6/+6
| | |
| * | inline methodsJames Lopez2018-02-231-23/+7
| | |
| * | fix fork button issueJames Lopez2018-02-231-1/+1
| | |
| * | refactor code based on feedbackJames Lopez2018-02-231-25/+26
| | |
| * | refactor code based on feedbackJames Lopez2018-02-231-11/+11
| | |
| * | refactor blob link methodsJames Lopez2018-02-231-10/+11
| | |
| * | fix static analysisJames Lopez2018-02-231-1/+1
| | |
| * | fix specsJames Lopez2018-02-231-3/+7
| | |
| * | fix specsJames Lopez2018-02-231-5/+6
| | |
| * | fix specsJames Lopez2018-02-231-1/+1
| | |
| * | more refactoringJames Lopez2018-02-231-17/+15
| | |
| * | some initial refactoringJames Lopez2018-02-231-9/+17
| | |
| * | refactor modify_file_linkJames Lopez2018-02-231-5/+18
| | |
| * | fix specJames Lopez2018-02-231-3/+3
| | |
| * | fix specsJames Lopez2018-02-231-1/+1
| | |
| * | some more refactoringJames Lopez2018-02-232-6/+10
| | |
| * | fix specsJames Lopez2018-02-231-4/+4
| | |