summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages
Commit message (Collapse)AuthorAgeFilesLines
* Remove gitlab-ui's modal from globalClement Ho2018-10-311-2/+9
|
* Renaming Secret Variables in the codebaseMarcel Amirault2018-10-302-2/+2
|
* Merge branch 'prettify-all-the-things-3' into 'master'Tim Zallmann2018-10-2546-780/+1001
|\ | | | | | | | | Prettify all the things (part 3) See merge request gitlab-org/gitlab-ce!22251
| * Prettify app/assets/javascripts/pagesprettify-all-the-things-3Mike Greiling2018-10-1746-780/+1001
| |
* | Resolve "Endless scroll loader is visible on user profile overview page"Martin Wortschack2018-10-241-1/+1
| |
* | Backport CE to changes to support group-level file templatesNick Thomas2018-10-191-0/+3
| | | | | | | | | | | | | | When the feature is available, this setting allows admins to choose a project as a source of custom file templates. This is in addition to any instance-wide templates, whether custom or vendored into the GitLab codebase.
* | Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda2018-10-171-1/+1
|/
* Merge branch 'revert-f90fc922' into 'master'Mike Greiling2018-10-152-9/+2
|\ | | | | | | | | Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'" See merge request gitlab-org/gitlab-ce!22315
| * Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett2018-10-122-9/+2
| | | | | | | | | | 'master'" This reverts merge request !21551
* | Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett2018-10-151-0/+4
| |
* | Resolve "Personal projects pagination in Profile Overview tab is broken"Martin Wortschack2018-10-152-11/+33
|/
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-096-7/+6
|
* Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'Mike Greiling2018-10-052-2/+9
|\ | | | | | | | | CE port Resolve "Promote starting a GitLab.com trial" See merge request gitlab-org/gitlab-ce!21551
| * maintainer reviewLuke Bennett2018-10-041-0/+4
| |
| * Remove dismissable_callout as it has become an unneeded wrapper for ↵Luke Bennett2018-09-251-2/+4
| | | | | | | | persistent_user_callout
| * Merge remote-tracking branch 'origin/master' into ↵Luke Bennett2018-09-2436-114/+360
| |\ | | | | | | | | | ce-6983-promote-starting-a-gitlab-com-trial
| * | Review changesLuke Bennett2018-09-241-0/+1
| | |
* | | Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-0/+40
| | |
* | | Resolve "Drop down filter for project snippets"Fabian Schneider2018-10-051-0/+1
| | |
* | | Resolve "Error while updating todo status: the button is stuck in the ↵Marcos Barrera2018-10-041-3/+9
| | | | | | | | | | | | loading state"
* | | Resolve "Add status message from within user menu"Dennis Tang2018-10-041-2/+2
| | |
* | | Resolve "Add new "Overview" tab on user profile page"Martin Wortschack2018-10-043-25/+127
| | |
* | | #13650 added wip search functionality and testsChantal Rollison2018-10-032-0/+5
| | |
* | | Merge branch 'security-acet-issue-details' into 'master'Bob Van Landuyt2018-10-011-1/+2
|\ \ \ | | | | | | | | | | | | | | | | [master] Fix XSS on Issue details page. See merge request gitlab/gitlabhq!2468
| * | | Properly sanitize JSON data to fix XSS on Issue details page.Fatih Acet2018-09-111-1/+2
| | | |
* | | | Refactor IDE index to support EE specific codePaul Slaughter2018-09-241-8/+2
| |_|/ |/| | | | | | | | | | | | | | | | | **Why?** - The web terminal feature is EE specific and will need to inject some specific options / functions into certain components.
* | | Merge branch 'upgrade-eslint' into 'master'Marin Jankovski2018-09-243-11/+8
|\ \ \ | | | | | | | | | | | | | | | | Upgrade eslint to v5.x See merge request gitlab-org/gitlab-ce!21825
| * | | Resolve eslint-plugin-vue errorsMike Greiling2018-09-203-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
* | | | Merge branch '44998-split-admin-settings-into-multiple-sub-pages' into 'master'Dmitriy Zaporozhets2018-09-202-5/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Resolve "Split admin settings into multiple sub pages" Closes #44998 See merge request gitlab-org/gitlab-ce!21467
| * | | load usage ping script on admin settings subpage onlyMartin Wortschack2018-09-112-5/+8
| |/ /
* | | Merge branch 'refactor-main-js' into 'master'Phil Hughes2018-09-1921-22/+22
|\ \ \ | | | | | | | | | | | | | | | | Refactor main.js content See merge request gitlab-org/gitlab-ce!19783
| * | | Move shortcuts classes into behaviors/shortcutsMike Greiling2018-09-1821-22/+22
| | | |
* | | | Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon2018-09-146-0/+19
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
| * | | rename to IssuableFilteredSearchTokenKeysAlexis Reigel2018-08-294-8/+8
| | | | | | | | | | | | | | | | it's used for both issues and merge requests
| * | | use filtered search bar for admin runnersAlexis Reigel2018-08-292-0/+11
| | | |
| * | | make FilteredSearchTokenKeys genericAlexis Reigel2018-08-204-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | for the current usage for the issues search bar a specific instance of FilteredSearchTokenKeys is created, which contains the config for that case.
* | | | Remove unused GlModal import in delete wiki modalClement Ho2018-09-111-4/+0
| |/ / |/| |
* | | Use gitlab-ui modal wrapped componentClement Ho2018-09-072-32/+45
| | |
* | | Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-073-4/+148
| | |
* | | Merge branch ↵Mike Greiling2018-09-061-0/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '50535-display-banner-to-notify-user-if-project-is-implicitly-opted-ado' into 'master' Displays banner to notify users ADO is implicitly enabled Closes #50535 See merge request gitlab-org/gitlab-ce!21503
| * | | Displays banner to notify users ADO is implicitly enabledMayra Cabrera2018-09-061-0/+7
| | |/ | |/| | | | | | | | | | | | | | | | | | | If ADO is implicitly enabled for a project due to the instance wide setting feature or feature flag rollout then an owner or maintainer visiting that project are going to see a banner. Closes #50535
* | | Resolve "Clean up the top section of the cluster page"Mike Greiling2018-09-061-2/+2
| | |
* | | Resolve "Remove usage ping payload from Cohorts, add to Settings"Luke Bennett2018-09-064-16/+67
| | |
* | | Resolve "Improve project overview UI"Dennis Tang2018-09-062-23/+39
|/ /
* | Move badge settings to general settingsWinnie Hellmann2018-09-033-14/+6
| |
* | Allow whitelisting for "external collaborator by default" settingRoger Rüttimann2018-08-303-1/+79
| |
* | Display default status emoji if only message is enteredWinnie Hellmann2018-08-281-4/+28
| |
* | Merge branch 'issue_36138' into 'master'Sean McGivern2018-08-282-4/+6
|\ \ | |/ |/| | | | | | | | | Allow to delete group milestones Closes #36138 See merge request gitlab-org/gitlab-ce!21057
| * Allow to delete group milestonesissue_36138Felipe Artur2018-08-062-4/+6
| |
* | Merge branch ↵Mike Greiling2018-08-163-0/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '50312-instance-statistics-convdev-index-intro-banner-is-not-dismissable' into 'master' Resolve "Instance Statistics: ConvDev index intro banner is not dismissable" Closes #50312 See merge request gitlab-org/gitlab-ce!21211