- 15 Jan, 2020 17 commits
-
-
Paul Slaughter authored
Connect vue app to api _links See merge request gitlab-org/gitlab!22096
-
Nicolò Maria Mezzopera authored
- haml binding - vuex mutation - vue mutation - tests - mock data - component usage https://gitlab.com/gitlab-org/gitlab/merge_requests/22096
-
Kushal Pandya authored
Add child and parent labels to pipelines (3/3) See merge request gitlab-org/gitlab!21332
-
Payton Burdette authored
Adds child/parent labels to either a parent pipeline or a child pipeline this is dependent on the data returned from the triggered or triggered_by array responses from the controller. Generate changelog entry for new feat Generate locale/gitlab.pot file Refactor child/parent labels BE proposed new data returned from the endpoint. I have to adjust FE to determine if a pipeline project id is the same as the linked pipelines project id. That will determine if the current pipeline is a child or a parent pipeline. Use scss variable instead of hard coded Use scss variable with a padding value of 4px instead of hard coding a padding value on a scss class. Fix eslint issues Fixed eslint issued for passing props without a dash. And had to disable next line of the mock data file for testing. I need the duplicate key. Refactor to determine label type Ran into issue where I was expecting a key value that will not exist had to come up with a workaround. String matches should be refactored, once BE supports the data return we need. Remove scss moving to another MR This MR isn't ready to be merged, so I'm moving this fix to another MR to get it user facing ASAP. Add tooltips for parent/child pipelines Added tooltips and tooltip text for a parent or child pipeline. Also when hovered over the label it hides tooltip for the pipeline so two aren't showing at the same time. Add dynamic class for child pipeline Needed more margin bottom for a child pipeline so the downstream pipelines would not overlap. Also fixed what tooltip text is returned for a label. Remove margin bottom on last child Make sure if a child pipeline is the last element in the column that the new margin bottom is removed. Add back fix for removing extra lines Should of let a merge conflict do this when my Other MR fixed a small UI bug. Refactor how margin top is calc For downstream pipelines, the current margin top calc will not work since the nodes now have extra info. Needed to adjust that and move some scss to new file. Refactor how margin top is calculated Since introducing new nodes of different sizes the old way of calculating margin top for downstream nodes will no longer work. I've introduced a new way to calculate how margin top is calculated. Refactor linked pipeline tests Had duplicate project ids in the mock data, fixed that. Also had to change the way we checked if an event was emitted due to now passing data with the event. Fix eslint and static analysis errors Needed to regenerate gitlab.pot and order attributes correctly in linked pipeline component.
-
Heinrich Lee Yu authored
Delete a Vulnerability-Issue link API call See merge request gitlab-org/gitlab!20545
-
Victor Zagorodny authored
Add service class w/ tests. Improve ServiceResponse class and vulnerabilities_issue_link factory for this.
-
Kushal Pandya authored
Update webpack from 4.40.2 to 4.41.5 See merge request gitlab-org/gitlab!22452
-
Kushal Pandya authored
Code Review Analytics: Add Vuex store to app See merge request gitlab-org/gitlab!22964
-
Ray Paik authored
Remove double closing bracket in nginx.md See merge request gitlab-org/gitlab!23024
-
Ray Paik authored
Docs: Fix typo in doc/ci/junit_test_reports.md See merge request gitlab-org/gitlab!22957
-
Ray Paik authored
Fix minor grammatical errors See merge request gitlab-org/gitlab!23020
-
Mike Greiling authored
Fixes issue where discussions would not be assigned with batch diffs See merge request gitlab-org/gitlab!22982
-
Russell Dickenson authored
Rugged/Puma config section in Puma doc See merge request gitlab-org/gitlab!22472
-
Qingyu Zhao authored
-
jboyson1 authored
Need notes.discussions to have a length for the code to work as intended.
-
Paul Slaughter authored
Add support for milestone and assignee See merge request gitlab-org/gitlab!23016
-
Scott Stern authored
Add support for milestone and assignee when opening wip limits sidebar https://gitlab.com/gitlab-org/gitlab/merge_requests/23016
-
- 14 Jan, 2020 23 commits
-
-
Phil Hughes authored
This fixes an issue where discussions can sometimes take longer to load and then won't be assigned to the lines in diffs
-
Mayra Cabrera authored
Upgrade Pages to 1.13.0 See merge request gitlab-org/gitlab!23023
-
Mike Lewis authored
Docs: note that footnote tags need not be numeric See merge request gitlab-org/gitlab!22755
-
Aaron Wolf authored
-
Aaron Wolf authored
-
Mike Greiling authored
Resolve "Blocking issues MVC: (add support for issue dependencies)" See merge request gitlab-org/gitlab!21415
-
Coung Ngo authored
- Changed Related issues to Linked issues - Issues can have a "blocks", "is blocked by", and "relates to" association
-
Aaron Wolf authored
-
Krasimir Angelov authored
-
Thaillie authored
-
Mike Greiling authored
Remove `stage_button.vue` and `unstage_button.vue` files See merge request gitlab-org/gitlab!22953
-
Michael Kozono authored
Fix command for db console See merge request gitlab-org/gitlab!23019
-
Michael Kozono authored
Merge branch '7225-no-audit-event-for-adding-a-user-to-a-group-or-project-through-api' into 'master' Add audit events to the adding members to project or group API endpoint Closes #7225 See merge request gitlab-org/gitlab!21633
-
Gosia Ksionek authored
Add audit log to adding member via api
-
Mayra Cabrera authored
Fix undefined variable in Cycle Analytics fixture See merge request gitlab-org/gitlab!22934
-
Dan Jensen authored
Previously a reference to pipeline was not defined, which raised a NoMethodError.
-
Philippe Lafoucrière authored
Update SAST docs for leveraging existing builds See merge request gitlab-org/gitlab!19647
-
Imre Farkas authored
Filter software license policies by classification See merge request gitlab-org/gitlab!22554
-
Imre Farkas authored
Update the Net-LDAP gem to 0.16.2 Closes #39150 See merge request gitlab-org/gitlab!22895
-
abuerer authored
-
Michael Kozono authored
Remove expectation on flash notice Closes #119206 See merge request gitlab-org/gitlab!22977
-
Fatih Acet authored
Resolve "MR diffs file count increments while batch loading" Closes #55347 See merge request gitlab-org/gitlab!21764
-
Justin Boyson authored
Update actions to return data Remove diffFilesLength getter Use local state and props for diffFilesLength Update tests
-