summaryrefslogtreecommitdiff
path: root/spec/views/projects
Commit message (Collapse)AuthorAgeFilesLines
* Addresses front & backend commentsMayra Cabrera2017-11-061-1/+1
| | | | | - Improves CSS files by reusing existing code - Changes logic in views to avoid future problems in translations
* Modifies commit branches sectionMayra Cabrera2017-11-061-3/+70
| | | | | | - Display the default branch (if the limit is not exceeded) - Requires '...' to be clicked before showing the rest of the branches and/or tags - Fixes haml lints
* Add styles for branch & tags boxesMayra Cabrera2017-11-021-4/+2
| | | | | - Create a partial for limit exceeded message - Modifies specs to adjust new scenarios
* implemented using an ivar, and added specsBrett Walker2017-10-131-0/+44
|
* Add a project forks spec helperBob Van Landuyt2017-10-073-10/+15
| | | | | The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
* Add serializer matchersKamil Trzcinski2017-10-021-36/+0
|
* Add specs for warning message shown in Auto DevOps settings37894-handle-if-auto-devops-domain-is-not-setKamil Trzcinski2017-09-191-0/+62
|
* Resolve "Make project and features visibility settings less confusing"Mike Greiling2017-09-071-11/+0
|
* Remove ci_trigger_request_with_variablesShinya Maeda2017-09-041-16/+0
|
* Fix specShinya Maeda2017-09-041-1/+1
|
* Revert autheticate! in Trigger APIShinya Maeda2017-09-041-1/+1
|
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-315-2/+12
| | | | | | | | | | | | | | | | The initializers including this were doing so at the top level, so every object loaded after them had a `current_application_settings` method. However, if someone had rack-attack enabled (which was loaded before these initializers), it would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't have that method. To fix this: 1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need `Object.new.current_application_settings` to work. 2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it like that in several places. 3. Change the initializers to use that new form.
* Display GPG status loading spinner only when Ajax request is madeWinnie Hellmann2017-08-151-0/+22
|
* Merge branch ↵Clement Ho2017-08-141-4/+2
|\ | | | | | | | | | | | | | | | | '34527-make-edit-comment-button-always-available-outside-of-dropdown' into 'master' Resolve "Make edit comment button always available outside of dropdown" Closes #34527 See merge request !12931
| * take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdownSimon Knox2017-08-101-4/+2
| |
* | Add option to disable project export on instanceRobin Bobbitt2017-08-111-1/+13
|/
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-026-6/+6
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-2711-11/+11
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+1
|
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-282-2/+2
|
* Limit the width of commit & snippet comment sectionsPhil Hughes2017-06-231-3/+5
|
* Pass more_actions_dropdown vie spec locals to render call instead of ↵Luke "Jared" Bennett2017-06-161-44/+15
| | | | stubbing them
* Add view spec for more_actions_dropdown render branchesLuke "Jared" Bennett2017-06-161-0/+70
|
* Implement diff viewersDouwe Maan2017-06-141-0/+71
|
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-79/+0
|
* Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern2017-06-011-2/+2
|\ | | | | | | | | Consistent diff and blob size limit names See merge request !11776
| * Consistent diff and blob size limit namesDouwe Maan2017-05-291-2/+2
| |
* | Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-182-25/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (31 commits) Remove 'no changes' entries from changelog Check if OLD is set when migrating issue assignees Fix data migration from trigger schedules Replace EFS section in AWS guide Add warning about AWS EFS and performance Consolidate opening text from about.gitlab.com and add active/passive note Fix invalid object reference in ee_compat_check script Fix Ordered Task List Items Add auxiliary viewer for README Update fe_guide testing.md Add auxiliary blob viewer for CHANGELOG Add spec for last commit info when browsing repository files Show last commit for current tree on tree page Use same last commit widget on project homepage and tree view Fix unassigned checkmark Add missing changelog for iPython notebook rendering feature Convert fa-history to svg; tweak alignment Get rid of pluck in app/services/members/authorized_destroy_service.rb Removes duplicate environment variable in documentation Fixed spacing issues in issue sidebar ...
| * Show last commit for current tree on tree pageDouwe Maan2017-05-171-3/+3
| |
| * Use same last commit widget on project homepage and tree viewdm-consistent-commit-widgetDouwe Maan2017-05-171-22/+0
| |
* | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-173-3/+3
|/ | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
* Rename BlobViewer max_size to overridable_max_size and absolute_max_size to ↵dm-blob-viewer-concernsDouwe Maan2017-05-151-2/+2
| | | | max_size
* Specify explicitly whether a blob viewer should be loaded asynchronouslyDouwe Maan2017-05-131-5/+5
|
* Implement auxiliary blob viewersDouwe Maan2017-05-101-2/+2
|
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-101-3/+2
|\ | | | | | | | | | | | | Retried in database Closes #25737 See merge request !11115
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-3/+2
| |
* | Merge branch 'bvl-security-patches' into 'master' Robert Speicher2017-05-101-0/+22
|\ \ | | | | | | | | | | | | Security patches -> `master` See merge request !11230
| * | Merge branch 'fix-hamlit-xss' into 'security-9-1' Robert Speicher2017-05-101-0/+22
| | | | | | | | | | | | | | | New Hamlit XSS fix, does not include extraneous changes See merge request !2095
* | | Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-101-1/+1
|/ /
* | Make test that actually displays pipeline graphKamil Trzcinski2017-05-071-67/+0
|/
* Merge branch 'fix/gb/hide-environment-external-url-btn-when-not-provided' ↵Kamil Trzciński2017-05-061-0/+32
|\ | | | | | | | | | | | | | | | | | | into 'master' Hide environment external URL button if not defined Closes #30832 See merge request !11029
| * Merge commit '3a2b60f7a' from 'master'fix/gb/hide-environment-external-url-btn-when-not-providedGrzegorz Bizon2017-05-052-0/+64
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3a2b60f7a0109cdb84e8727a2625318a746e84dc': (254 commits) Fixed Karma spec Reject EE reserved namespace paths in CE as well Updated webpack config Include the bundler:audit job into the static-analysis job Document serializers Add artifact file page that uses the blob viewer Pipeline table mini graph dropdown remains open when table is refreshed Adds off for event hub Compile gitlab-shell go executables Allow to create new branch and empty WIP merge request from issue page Moved to a view spec Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md Convert seconds to minutes and hours on chat notifations Disable navigation to Pages config if Pages is disabled Sort the network graph both by commit date and topographically. Add tooltips to note action buttons Add breadcrumb, build header and pipelines submenu to artifacts browser Update todos screenshots removes the possibility of commit messages having carriage returns Handle incoming emails from aliases correctly ...
| * | Hide environment external URL button if not definedGrzegorz Bizon2017-05-021-0/+32
| | |
* | | Support comments for personal snippetsJarka Kadlecova2017-05-051-36/+0
| |/ |/|
* | Merge branch 'tags-sort-default' into 'master' Robert Speicher2017-05-041-0/+20
|\ \ | | | | | | | | | | | | | | | | | | Fixed tags sort dropdown being empty Closes #31618 See merge request !11055
| * | Moved to a view spectags-sort-defaultPhil Hughes2017-05-041-0/+20
| |/
* | Fixed view specscommit-limited-container-widthPhil Hughes2017-05-021-2/+1
| |
* | Merge branch 'master' into commit-limited-container-widthPhil Hughes2017-05-021-0/+97
|\ \ | |/
| * Use blob viewers for snippetsDouwe Maan2017-04-301-0/+1
| |
| * Satisfy RubocopDouwe Maan2017-04-271-1/+0
| |