- 27 Nov, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 25 Nov, 2016 3 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 21 Nov, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 18 Nov, 2016 1 commit
-
- 17 Nov, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Douglas Barbosa Alexandre authored
-
- 16 Nov, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 14 Nov, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 11 Nov, 2016 1 commit
-
-
Nick Thomas authored
-
- 09 Nov, 2016 2 commits
-
-
Douwe Maan authored
Ensure external users are not able to clone disabled repositories. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23788 See merge request !2017 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Grzegorz Bizon authored
-
- 04 Nov, 2016 1 commit
-
-
Rodolfo Santos authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 03 Nov, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 26 Oct, 2016 1 commit
-
-
Felipe Artur authored
Code improvements, bug fixes, finish documentation and specs
-
- 19 Oct, 2016 7 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 17 Oct, 2016 1 commit
-
-
Felipe Artur authored
-
- 11 Oct, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 07 Oct, 2016 1 commit
-
-
Nick Thomas authored
This commit adds a number of _html columns and, with the exception of Note, starts updating them whenever the content of their partner fields changes. Note has a collision with the note_html attr_accessor; that will be fixed later A background worker for clearing these cache columns is also introduced - use `rake cache:clear` to set it off. You can clear the database or Redis caches separately by running `rake cache:clear:db` or `rake cache:clear:redis`, respectively.
-
- 29 Sep, 2016 1 commit
-
-
James Lopez authored
-
- 28 Sep, 2016 1 commit
-
-
Rémy Coutable authored
Changes include: - Ensure Member.add_user is not called directly when not necessary - New GroupMember.add_users_to_group to have the same abstraction level as for Project - Refactor Member.add_user to take a source instead of an array of members - Fix Rubocop offenses - Always use Project#add_user instead of project.team.add_user - Factorize users addition as members in Member.add_users_to_source - Make access_level a keyword argument in GroupMember.add_users_to_group and ProjectMember.add_users_to_projects - Destroy any requester before adding them as a member - Improve the way we handle access requesters in Member.add_user Instead of removing the requester and creating a new member, we now simply accepts their access request. This way, they will receive a "access request granted" email. - Fix error that was previously silently ignored - Stop raising when access level is invalid in Member, let Rails validation do their work Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 26 Sep, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 20 Sep, 2016 3 commits
-
-
Robert Speicher authored
-
Timothy Andrew authored
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab-ce/builds/4218398, the build failed because the last_activity_at column was only being updated once per hour. We can fix this spec by stubbing out the throttling and adjusting the spec to test the right event timestamp.
-
- 16 Sep, 2016 1 commit
-
-
Valery Sizov authored
-
- 13 Sep, 2016 1 commit
-
-
Tomasz Maczukin authored
-
- 12 Sep, 2016 1 commit
-
-
Paco Guzman authored
MySQL could not have support for millisecond precision, depends on the MySQL version so we just create issues in different seconds in a deterministic way
-
- 07 Sep, 2016 1 commit
-
-
Dan Rowden authored
-
- 06 Sep, 2016 1 commit
-
-
Alejandro Rodríguez authored
Use `update_all` to only require one query per discussion to update the notes resolved status. Some changes had to be made to the discussion spec to accout for the fact that notes are not individually updated now
-
- 01 Sep, 2016 1 commit
-
-
Felipe Artur authored
-
- 24 Aug, 2016 1 commit
-
-
Ben Boeckel authored
-