- Nov 04, 2019
-
-
GitLab Bot authored
-
- Oct 17, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Apr 23, 2019
-
-
Jan Provaznik authored
When rendering a label we want to check 'scoped_label' feature availability on a project/group where label is being used. For this reason a label presenter is used in UI and information about context project/group is passed to this presenter.
-
- Jan 24, 2019
-
-
Jacopo authored
Adds to search ILIKE search for milestones title in: - Milestones dashboard - Group milestones page - Project milestones page
-
- Dec 20, 2018
-
-
Fatih Acet authored
One of the steps to deprecate dashboard milestones. Links do dashboard milestone are replaced with links for each project milestone
-
- Oct 17, 2018
-
-
Ronald van Zon authored
By moving and improving state_count the functions in GlobalMilestone are no longer used.
-
- Oct 04, 2018
-
-
By adding groups to milestones we can now include them in the count of Open and Closed.
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- Aug 03, 2018
-
-
Chantal Rollison authored
-
- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Jan 17, 2018
-
-
Robert Speicher authored
Remove order param from the MilestoneFinder See merge request gitlab/gitlabhq!2259 (cherry picked from commit 14408042e78f2ebc2644f956621b461dbfa3d36d) 155881e7 Remove order param from the MilestoneFinder
-
- Nov 13, 2017
-
-
- Nov 11, 2017
-
-
George Andrinopoulos authored
-
George Andrinopoulos authored
-
George Andrinopoulos authored
-
- Jul 07, 2017
-
-
Felipe Artur authored
-
- May 04, 2017
-
-
Valery Sizov authored
-
- Mar 10, 2017
-
-
Alex Braha Stoll authored
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
- Jan 06, 2017
-
-
Adam Niedzielski authored
-
- Dec 20, 2016
-
-
James Edwards-Jones authored
Memoize Milestoneish#issues_visible_to_user and counts to reduce lookups Milstoneish SQL optimised with project, but still slow on GlobalMilestone
-
- Nov 23, 2016
-
-
Valery Sizov authored
-
- Oct 07, 2016
-
-
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.
-
- Sep 23, 2016
-
-
Ahmad Sherif authored
-
Ahmad Sherif authored
-
Ahmad Sherif authored
-
Ahmad Sherif authored
-
- Mar 29, 2016
-
-
Phil Hughes authored
-
Phil Hughes authored
The frontend will then always use the name as the ID - like previous
-
- Mar 07, 2016
-
-
Rubén Dávila authored
-
- Mar 05, 2016
-
-
Rubén Dávila authored
* Add Labels tab to Groups * Add decorator for label so it's aware of Milestones.
-
Rubén Dávila authored
With this change we avoid doing N+1 queries when viewing Milestone's Issues/MRs from a Group context.
-
Rubén Dávila authored
Make methods return ActiveRecord Relations instead of Arrays.
-
- Jan 08, 2016
-
-
Robert Speicher authored
-