- 05 Oct, 2017 22 commits
-
-
Sean McGivern authored
Use simple path for tmp ref, avoiding extra directory See merge request gitlab-org/gitlab-ce!14698
-
Robert Speicher authored
Speed up DeclarativePolicy::Runner#steps_by_score See merge request gitlab-org/gitlab-ce!14679
-
Grzegorz Bizon authored
Update QA Nokogiri to 1.8.1 See merge request gitlab-org/gitlab-ce!14700
-
Tim Zallmann authored
Resolve "Prometheus graphs occasionally have incorrect Y scale" Closes #38789 See merge request gitlab-org/gitlab-ce!14693
-
Robert Speicher authored
Resolves three security advisories from bundle-audit
-
Rémy Coutable authored
Remove 'Repo' prefix from API entities Closes #28417 See merge request gitlab-org/gitlab-ce!14694
-
Lin Jen-Shin authored
So that we don't have to worry about cleaning empty directories later. This was brought up at: https://gitlab.com/gitlab-org/gitlab-ce/issues/38689#note_42242988
-
Sean McGivern authored
Both `Or` and `And` would evaluate whether each rule passed, then calculate a value based on the results of all of those. We can actually return early in many cases, without running the rule at all.
-
Phil Hughes authored
Resolve "Hover and legend data should be linked" Closes #38036 See merge request gitlab-org/gitlab-ce!14400
-
Jose Ivan Vargas Lopez authored
-
Vitaliy @blackst0ne Klachkov authored
-
Jarka Kadlecova authored
[ci skip]
-
Jarka Kadlecova authored
-
Phil Hughes authored
Merge branch '37111-monitoring-graph-empty-states-are-gigantic-on-screen-sm-viewport-sizes' into 'master' Resolve "Monitoring graph empty states are gigantic on `screen-sm` viewport sizes" Closes #37111 See merge request gitlab-org/gitlab-ce!14259
-
Mike Greiling authored
-
Grzegorz Bizon authored
Clarify where the artifacts metadata .gz is generated See merge request gitlab-org/gitlab-ce!14695
-
Douwe Maan authored
Fix inconsistent use of sentence case See merge request gitlab-org/gitlab-ce!14668
-
Sean McGivern authored
Fix username and ID not logging in production_json.log for Git activity Closes gitlab-ee#3611 See merge request gitlab-org/gitlab-ce!14647
-
Eric Eastwood authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Jacob Schatz authored
improve merge request widget status icon UX Closes #37229 See merge request gitlab-org/gitlab-ce!14200
-
- 04 Oct, 2017 18 commits
-
-
Jose Ivan Vargas authored
[ci skip]
-
Annabel Dunstone Gray authored
Cleanup Select2 dropdown styles Closes #37279 See merge request gitlab-org/gitlab-ce!14557
-
Winnie Hellmann authored
-
James Ramsay authored
-
Annabel Dunstone Gray authored
Makes `@mentions links` have a different styling for better separation See merge request gitlab-org/gitlab-ce!14377
-
Dimitrie Hoekstra authored
-
Stan Hu authored
Devise sets `current_user`, but not all controllers authenticate users by session tokens. Try to use the controller-defined `authenticated_user` if `current_user` is not available. Closes gitlab-org/gitlab-ee#3611
-
Rémy Coutable authored
Update unf_ext from 0.0.7.2 to 0.0.7.4 (#38368) Closes #38368 See merge request gitlab-org/gitlab-ce!14601
-
Rémy Coutable authored
Add link to OpenID Connect documentation See merge request gitlab-org/gitlab-ce!14368
-
Rémy Coutable authored
Adjusts tag link to avoid underlining spaces Closes #38122 See merge request gitlab-org/gitlab-ce!14544
-
Rémy Coutable authored
Sidekiq::MemoryKiller: Add missing space in log message See merge request gitlab-org/gitlab-ce!14553
-
Rémy Coutable authored
explain target_project_id vs project_id Closes #38539 See merge request gitlab-org/gitlab-ce!14594
-
Rémy Coutable authored
Fix edit project service cancel button position See merge request gitlab-org/gitlab-ce!14596
-
Filipa Lacerda authored
Cleanup the fork layout See merge request gitlab-org/gitlab-ce!14617
-
Robert Speicher authored
Fix the default branches sorting to actually be 'Last updated' Closes #26890 See merge request gitlab-org/gitlab-ce!14295
-
Job van der Voort authored
Update images Closes #38487 See merge request gitlab-org/gitlab-ce!14655
-
Achilleas Pipinellis authored
-
Sean McGivern authored
There were a couple of things here: 1. If the state was already enabled, we don't need to check all the remaining steps - only those that can prevent the state. (An enable followed by an enable is a no-op.) This logic is in `#run`, but we still did the work of scoring and sorting the steps. 2. The sorting is known to be inefficient, but we can make it slightly more efficient by stopping once we have a step with zero score, as that means it's free. Neither of these make this _fast_, especially when called lots of times - as we do when there is lots of activity on an issue - but they do help some.
-