summaryrefslogtreecommitdiff
path: root/app/views/projects
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-052-25/+26
|
* Add latest changes from gitlab-org/gitlab@12-8-stable-eeGitLab Bot2020-02-2050-189/+236
|
* 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-2132-120/+125
|
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-2046-263/+282
|
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-12-031-1/+1
|
* 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-1949-237/+284
|
* 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-2252-160/+296
|
* Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot2019-09-205-14/+30
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-202-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-191-22/+3
|
* 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-181-1/+1
|
* 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-161-2/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-1/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-136-17/+11
|
* Merge branch 'qa-wiki-ssh-spec' into 'master'Mark Lapierre2019-09-121-1/+1
|\ | | | | | | | | 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-101-1/+1
| | | | | | | | | | 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-111-1/+2
|\ \ | | | | | | | | | | | | 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-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | 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 remote-tracking branch 'origin/master' into ↵Douglas Barbosa Alexandre2019-09-102-2/+2
|\ \ \ | | | | | | | | | | | | camilstaps/gitlab-ce-new-66023-public-private-fork-counts
| * \ \ Merge branch 'fj-62807-not-prefill-target-branch' into 'master'Lin Jen-Shin2019-09-101-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid filling target branch when unknown and source is default branch Closes #62807 See merge request gitlab-org/gitlab-ce!32701
| | * | | Avoid setting merge request target branch when source if default branchfj-62807-not-prefill-target-branchFrancisco Javier López2019-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case the source and the target project are the same, the source branch is the default branch, and the target branch is not present, we will avoid prefilling the target branch with the repository default branch. Letting the user decide.
| * | | | Provide urls for Merge Requests and Issue linksEtienne Baqué2019-09-101-1/+1
| | |_|/ | |/| |
* | | | Apply suggestion to app/views/projects/forks/index.html.hamlStan Hu2019-09-101-1/+1
| | | |
* | | | Merge remote-tracking branch 'origin/master' into ↵Douglas Barbosa Alexandre2019-09-092-9/+10
|\ \ \ \ | |/ / / | | | | | | | | camilstaps/gitlab-ce-new-66023-public-private-fork-counts
| * | | Give notification buttons btn-xs class60724-watch-buttonJarek Ostrowski2019-09-091-1/+1
| | | | | | | | | | | | | | | | Add changelog
| * | | Quote branch names in how to merge instructionsLee Tickett2019-09-061-8/+9
| | | |
* | | | Fix public/private/internal fork countsCamil Staps2019-09-061-1/+1
|/ / /
* | | If user can't activate error tracking display a learn more button pointingManeschi Romain2019-09-051-1/+1
| | | | | | | | | | | | to doc
* | | Update text on project import and mirroring formsAdam Hegyi2019-09-051-0/+1
| |/ |/|
* | Merge branch '66067-pages-domain-doesnt-set-target-blank' into 'master'Dmitriy Zaporozhets2019-09-053-8/+6
|\ \ | |/ |/| | | | | | | | | Makes custom Pages domain open as external link in new tab Closes #66067 See merge request gitlab-org/gitlab-ce!32130
| * Create and use external_link helperjakeburden2019-09-033-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Creates a helper method that takes body text and a url. The output is a external link with icon. It contains the noopenner noreferrer attributes for security. Usage: external_link(domain.title, domain.url) Add rspec test for ExternalLinkHelper Add changelog for MR 32130
| * Use “_blank” instead of :_blankjakeburden2019-09-022-3/+3
| |
| * Add attributes to open deployed pages in new tabjakeburden2019-09-021-2/+8
| |
| * Add attributes to securely open external linksjakeburden2019-09-021-1/+1
| |
| * Makes Page domain open as external link in new tabjakeburden2019-09-021-1/+1
| | | | | | | | Additionally adds noopener noreferrer as addtional security
* | Update Pipelines Minutes expire banner (CE)Ammar Alakkad2019-09-041-7/+1
| | | | | | | | | | | | | | - remove hiding the alert functionality - use `danger` class instead of `warning` https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786