Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues bulk update #3956

Merged
merged 3 commits into from
May 16, 2013
Merged

Issues bulk update #3956

merged 3 commits into from
May 16, 2013

Conversation

AlexDenisov
Copy link
Contributor

Added few specs and cleanup a bit.

@AlexDenisov
Copy link
Contributor Author

@randx, cleanup based on my suggestion on your commit
d32c19b#commitcomment-3207151

@coveralls
Copy link

Coverage Status

Coverage increased (+0%) when pulling 32487561f5bb26602fe8d3e0595ab55cd9c94854 on AlexDenisov:issues_bulk_update into f7f6ace on gitlabhq:master.

@@ -8,6 +8,13 @@ def execute
assignee_id = update_data[:assignee_id]
status = update_data[:status]

unless status.present?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if I want just to update assignee or milestone? status will be blank in this case

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, that's my fault.
I'll revert this cleanup and add few more tests for those cases.

@AlexDenisov
Copy link
Contributor Author

@randx, I've rewrote "cleanup" and added few more tests.

@coveralls
Copy link

Coverage Status

Coverage increased (+0%) when pulling 6e8cb84 on AlexDenisov:issues_bulk_update into 31f007f on gitlabhq:master.

@AlexDenisov
Copy link
Contributor Author

Seems that fail is unrelated

@dzaporozhets
Copy link
Member

@AlexDenisov thank you

dzaporozhets added a commit that referenced this pull request May 16, 2013
@dzaporozhets dzaporozhets merged commit 8cfc6a4 into gitlabhq:master May 16, 2013
@AlexDenisov
Copy link
Contributor Author

You're welcome ;-)

dzaporozhets pushed a commit that referenced this pull request Jan 14, 2016
Improve the consistency of commit titles, branch names, tag names, issue/MR titles, on their respective project pages

See #3956.

Following is before/after for each page:

## Group title

### Before
![group-title-before](/uploads/d6c013c69f526d553555ff974c29b349/group-title-before.png)

### After
![group-title-after](/uploads/56e0bd176d12943297b5b95d20beb437/group-title-after.png)

---

## Commit title

### Before
![commit-title-before](/uploads/a9bda5212eea843ab4c92acbcf411cdd/commit-title-before.png)

### After
![commit-title-after](/uploads/e3a532460a1e7b0b2a8eb8a6af12abea/commit-title-after.png)

---

## Branch name

### Before
![branch-name-before](/uploads/9d77e39f07cd7b757d02a39f5bc57570/branch-name-before.png)

### After
![branch-name-after](/uploads/6831e9560d196d8a4da209166f224a0f/branch-name-after.png)

---

## Tags name in list

### Before
![tags-name-in-list-before](/uploads/cf0141713af751132fd29220621ea9ab/tags-name-in-list-before.png)

### After
![tags-name-in-list-after](/uploads/902c5b029dc832216ac536d2ad372b83/tags-name-in-list-after.png)

---

## Tag name

### Before
![tags-name-before](/uploads/495acb6b4bab8464a0ffeb8f703435b6/tags-name-before.png)

### After
![tags-name-after](/uploads/f86868dbad57b8226611bcb03e5a9524/tags-name-after.png)

---

## Issue title in list

### Before
![issue-title-in-list-before](/uploads/5f01450aceefdcc2f51984832a4ce6b5/issue-title-in-list-before.png)

### After
![issue-title-in-list-after](/uploads/3144fb231874d23b6b46e108da24b128/issue-title-in-list-after.png)

---

## MR title in list

### Before
![mr-title-in-list-before](/uploads/bd0239104ebf4a5090c724c3851df57c/mr-title-in-list-before.png)

### After
![mr-title-in-list-after](/uploads/16be5460dffc33ff173a6b8ff3250206/mr-title-in-list-after.png)

See merge request !2422
rspeicher pushed a commit that referenced this pull request Jan 15, 2016
Fix alignment issues after a fix on titles weight

Fixes #8102. Fixes #3956. This fixes an alignment regression introduced by !2422. Sorry about that! :/

## Commit title alignment fixed

![Screen_Shot_2016-01-14_at_16.10.01](/uploads/8fdc08dca379bc551f5872de910c7149/Screen_Shot_2016-01-14_at_16.10.01.png)

**The fact that the first row has a smaller height than the other rows was not introduced by !2422 (I've checked by reverting 818607f on `master`).**

## Tags name in list

![Screen_Shot_2016-01-14_at_16.10.09](/uploads/fba3978037677bb8855f374b5f38dde0/Screen_Shot_2016-01-14_at_16.10.09.png)

See merge request !2431
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants