summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '53326-improve-issues-empty-state' into 'master'Sean McGivern2018-11-232-10/+18
|\ | | | | | | | | | | | | Resolve "Improve issues list empty state when a filter is selected" Closes #53326 See merge request gitlab-org/gitlab-ce!22775
| * Update empty state messageHeinrich Lee Yu2018-11-192-4/+4
| |
| * Apply to MRsHeinrich Lee Yu2018-11-191-9/+12
| |
| * Remove text-center in descriptionHeinrich Lee Yu2018-11-191-1/+1
| |
| * Show separate empty_state if issues are filteredHeinrich Lee Yu2018-11-191-1/+6
| |
* | Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
| | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | Merge branch '52453-show-subgroups-in-group-create-issue' into 'master'Sean McGivern2018-11-213-3/+3
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Access project from descendent groups when selecting project to create new issue" Closes #47096 and #52453 See merge request gitlab-org/gitlab-ce!22612
| * | Change param name for consistencyHeinrich Lee Yu2018-11-193-3/+3
| | |
| * | Update project selection dropdown API paramsHeinrich Lee Yu2018-11-193-3/+3
| |/
* | Externalize strings from `/app/views/abuse_reports`George Tsiolis2018-11-211-4/+4
| |
* | Externalize strings from `/app/views/repository_check_mailer`George Tsiolis2018-11-202-5/+4
| |
* | Remove instances of `@extend .monospace`George Tsiolis2018-11-209-12/+12
| |
* | Merge branch 'gt-externalize-app-views-peek' into 'master'Fatih Acet2018-11-201-2/+2
|\ \ | | | | | | | | | | | | Externalize strings from `/app/views/peek` See merge request gitlab-org/gitlab-ce!23207
| * | Externalize strings from `/app/views/peek`George Tsiolis2018-11-191-2/+2
| | |
* | | Merge branch '49565-ssh-push-mirroring' into 'master'Robert Speicher2018-11-208-16/+94
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | SSH public-key authentication for push mirroring Closes #49565 See merge request gitlab-org/gitlab-ce!22982
| * | | SSH public-key authentication for push mirroringNick Thomas2018-11-198-16/+94
| | |/ | |/|
* | | Merge branch 'gt-externalize-app-views-projects-diffs' into 'master'Phil Hughes2018-11-2014-22/+20
|\ \ \ | | | | | | | | | | | | | | | | Externalize strings from `/app/views/projects/diffs` See merge request gitlab-org/gitlab-ce!23230
| * | | Externalize strings from `/app/views/projects/diffs`George Tsiolis2018-11-2014-22/+20
| | | |
* | | | Merge branch 'project_identicon_fix' into 'master'Kushal Pandya2018-11-201-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a project icon in home panel view, #51157. Closes #51157 See merge request gitlab-org/gitlab-ce!23166
| * | | | Fix a project icon in home panel view, #51157.Harry Kiselev2018-11-171-1/+1
| | | | |
* | | | | Merge branch 'gt-change-breadcrumb-title-for-contribution-charts' into 'master'Kushal Pandya2018-11-202-3/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change breadcrumb title for contribution charts Closes #44567 See merge request gitlab-org/gitlab-ce!23071
| * | | | | Change breadcrumb title for contribution chartsGeorge Tsiolis2018-11-142-3/+2
| | | | | |
* | | | | | Merge branch 'gt-externalize-app-views-projects-environments' into 'master'Kushal Pandya2018-11-2010-34/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Externalize strings from `/app/views/projects/environments` See merge request gitlab-org/gitlab-ce!23210
| * | | | | | Externalize strings from `/app/views/projects/environments`George Tsiolis2018-11-1910-34/+31
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'gt-externalize-app-views-u2f' into 'master'Kushal Pandya2018-11-202-16/+16
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Externalize strings from `/app/views/u2f` See merge request gitlab-org/gitlab-ce!23201
| * | | | | Externalize strings from `/app/views/u2f`George Tsiolis2018-11-202-16/+16
| |/ / / /
* | | | | Resolve "Further UI improvements to Profile "Overview" tab"Martin Wortschack2018-11-202-27/+19
| | | | |
* | | | | Merge branch 'remove-unused-partial' into 'master'Sean McGivern2018-11-201-5/+0
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Remove unused partial See merge request gitlab-org/gitlab-ce!23180
| * | | | Remove unused partialHeinrich Lee Yu2018-11-191-5/+0
| | |_|/ | |/| |
* | | | Merge branch 'if-ee-726-smartcard_auth-ce_port' into 'master'Douwe Maan2018-11-192-4/+9
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Backport of ee/8120: Smartcard authentication See merge request gitlab-org/gitlab-ce!23012
| * | | Backport of ee/8120: Smartcard authenticationif-ee-726-smartcard_auth-ce_portImre Farkas2018-11-182-4/+9
| | | |
* | | | Merge branch '52385-search-bar-for-dashboard-list' into 'master'Sean McGivern2018-11-194-39/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Resolve "Search filter bar for issues dashboard list" Closes #53584, #52430, and #52385 See merge request gitlab-org/gitlab-ce!22641
| * | | Clean up page_filter_pathHeinrich Lee Yu2018-11-132-35/+2
| | | |
| * | | Fix testsHeinrich Lee Yu2018-11-132-2/+2
| | | |
| * | | Apply new search bar on issues and merge request dashboardsHeinrich Lee Yu2018-11-133-3/+3
| | | |
* | | | Merge branch 'if-53347_fix_impersonation_tokens' into 'master'Stan Hu2018-11-154-17/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Display impersonation token value only after creation See merge request gitlab-org/gitlab-ce!22916
| * | | | Display impersonation token value only after creationif-53347_fix_impersonation_tokensImre Farkas2018-11-124-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | Since we migrated all PersonlAccessTokens to store only its hash in the DB, the token value can no longer be shown to the user.
* | | | | Remove display of local Sidekiq process in /admin/sidekiqStan Hu2018-11-151-38/+0
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a cloud-native or high-availability configuration, Sidekiq may not be running on the same node as the Web worker. The output of the `ps` output does not work in this case and can mislead admins that Sidekiq isn't running. Remove it in favor of the Sidekiq dashboard, which shows local processes using the Redis information. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/46133
* | | | Merge branch '53918-snippet-commit-comments' into 'master'Fatih Acet2018-11-141-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix styling of snippet and commit discussion comments Closes #53918 See merge request gitlab-org/gitlab-ce!23035
| * | | | Fix styling of snippet and commit discussion comments53918-snippet-commit-commentsAnnabel Dunstone Gray2018-11-141-4/+4
| | | | |
* | | | | Merge branch 'gt-show-navigation-line-separator-ce' into 'master'Nick Thomas2018-11-141-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Show navigation line separator when instance metrics is disabled See merge request gitlab-org/gitlab-ce!22940
| * | | | Show navigation line separator when instance metrics is disabledGeorge Tsiolis2018-11-131-1/+1
| | | | |
* | | | | Resolve "Activity Feed - Missing padding in event note when a branch is deleted"Martin Wortschack2018-11-141-2/+2
| | | | |
* | | | | Removes promote to group label for anonymous userJacopo2018-11-141-22/+23
| |/ / / |/| | |
* | | | Fix broken UI on commit discussionsAnnabel Dunstone Gray2018-11-133-3/+3
|/ / /
* | | Merge branch 'qa-auto-assign-codeowner-spec' into 'master'Grzegorz Bizon2018-11-131-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Update merge request page object and selectors See merge request gitlab-org/gitlab-ce!22939
| * | | Update merge request page object and selectorsqa-auto-assign-codeowner-specMark Lapierre2018-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | These are changes from EE that are also relevant to CE from: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8372
* | | | Merge branch 'archive-builds-documentation' into 'master'Achilleas Pipinellis2018-11-131-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for archive builds Closes #53534 See merge request gitlab-org/gitlab-ce!22909
| * | | | Update docsarchive-builds-documentationKamil Trzciński2018-11-131-4/+5
| | | | |
| * | | | Add documentation for archive buildsKamil Trzciński2018-11-091-5/+4
| | |/ / | |/| |