summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@12-8-stable-eeGitLab Bot2020-03-241-20/+30
|
* Add latest changes from gitlab-org/gitlab@12-8-stable-eeGitLab Bot2020-03-161-6/+4
|
* Add latest changes from gitlab-org/gitlab@12-8-stable-eeGitLab Bot2020-03-055-27/+35
|
* Add latest changes from gitlab-org/security/gitlab@12-8-stable-eeGitLab Bot2020-02-282-2/+2
|
* Add latest changes from gitlab-org/security/gitlab@12-8-stable-eeGitLab Bot2020-02-281-1/+3
|
* Add latest changes from gitlab-org/gitlab@12-8-stable-eeGitLab Bot2020-02-20160-480/+769
|
* Add latest changes from gitlab-org/security/gitlab@12-7-stable-eeGitLab Bot2020-01-281-1/+1
|
* Add latest changes from gitlab-org/gitlab@12-7-stable-eeGitLab Bot2020-01-2187-261/+401
|
* Add latest changes from gitlab-org/security/gitlab@12-6-stable-eeGitLab Bot2019-12-311-2/+5
|
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-20151-624/+766
|
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-12-032-2/+5
|
* Merge branch 'security-ag-cycle-analytics-guest-permissions-12-5' into ↵GitLab Release Tools Bot2019-11-261-2/+2
|\ | | | | | | | | | | | | '12-5-stable' Prevent guests from seeing commits for cycle analytics See merge request gitlab/gitlabhq!3534
| * Ensure that summary items remain alignedBrandon Labuschagne2019-11-201-2/+2
| | | | | | | | | | | | Default number of items is 3. If this is not the case, then increase the column width of the summary items to cater for 2 items plus the date filter.
* | Check permissions before showing a forked project's sourceNick Thomas2019-11-252-13/+7
|/
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-19153-791/+1113
|
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-11-043-9/+13
|
* Mask Sentry auth tokenRyan Cobb2019-10-241-1/+1
| | | | | This makes it so we mask Sentry's auth token. This mask only occurs in the UI.
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-22171-705/+1328
|
* Add latest changes from gitlab-org/gitlab@12-3-stable-eeGitLab Bot2019-09-242-5/+6
|
* Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot2019-09-2013-92/+67
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-203-34/+48
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-203-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-194-24/+30
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-187-6/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-4/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1611-14/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-162-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-162-1/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-1316-31/+26
|
* Removed padding from project filter fieldDenys Mishunov2019-09-121-1/+1
| | | | Resolves a regression caused by https://bit.ly/2k1GozA
* Add CSP nonce to graphiql-rails JavaScriptsh-revert-graphiql-versionStan Hu2019-09-111-2/+2
|
* Revert "Update to graphiql-rails v1.7.10"Stan Hu2019-09-111-9/+90
| | | | This reverts commit f222e74d455ec9fc10efb783ffe4684836cc1c3b.
* Merge branch 'qa-wiki-ssh-spec' into 'master'Mark Lapierre2019-09-122-2/+2
|\ | | | | | | | | CE backport of E2E Test wiki SSH push to Geo primary node See merge request gitlab-org/gitlab-ce!32885
| * Update qa resources and pages for Geo wiki specqa-wiki-ssh-specJennie Louie2019-09-102-2/+2
| | | | | | | | | | Add qa selectors to wiki show and ssh keys page Add method to wiki push resource to find ssh_uri
* | Merge branch 'static-objects-external-storage' into 'master'Thong Kuah2019-09-114-1/+51
|\ \ | | | | | | | | | | | | Enable serving static objects from an external storage See merge request gitlab-org/gitlab-ce!31025
| * | Enable serving static objects from an external storagestatic-objects-external-storageAhmad Sherif2019-09-104-1/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It consists of two parts: 1. Redirecting users to the configured external storage 1. Allowing the external storage to request the static object(s) on behalf of the user by means of specific tokens Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
* | | Add bottom margin to snippet titleMarcel van Remmerden2019-09-111-1/+1
| | |
* | | Disable "transfer group" button when no parent group is selectedJan Beckmann2019-09-111-1/+1
| | | | | | | | | | | | | | | | | | Refactor project_edit.js to be reusable for this purpose Closes #64799
* | | Merge branch 'dz-fix-add-cluster-doc-links' into 'master'Kushal Pandya2019-09-112-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Fix doc links for adding a cluster to a project See merge request gitlab-org/gitlab-ce!32890
| * | | Fix doc links for adding a cluster to a projectdz-fix-add-cluster-doc-linksdocs/dz-fix-cluster-doc-linksDmitriy Zaporozhets2019-09-102-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Enables Run Pipeline button to be renderedFilipa Lacerda2019-09-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
* | | | Merge branch 'sh-fix-oauth-application-page' into 'master'Rémy Coutable2019-09-111-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize /admin/applications so that it does not timeout Closes #67228 See merge request gitlab-org/gitlab-ce!32852
| * | | | Optimize /admin/applications so that it does not timeoutsh-fix-oauth-application-pageStan Hu2019-09-091-1/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On our dev instance, /admin/applications as not loading because: 1. There was an unindexed query by `application_id`. 2. There was an expensive query that attempted to load 1 million unique entries via ActiveRecord just to find the unique count. We fix the first issue by adding an index for that column. We fix the second issue with a simple SELECT COUNT(DISTINCT resource_owner_id) SQL query. In addition, we add pagination to avoid loading more than 20 applications at once. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/67228