- 18 Sep, 2019 34 commits
-
-
Achilleas Pipinellis authored
Add note about rake routes See merge request gitlab-org/gitlab!17042
-
Ezekiel Kigbo authored
-
Kushal Pandya authored
Extend pipeline graph scroll area to full width (EE) See merge request gitlab-org/gitlab!14870
-
Miranda Fluharty authored
Use debounced resize function to set left padding inside graph Set padding such that the left edge of the pipeline lines up with the fixed-width container above it in the default scroll position Also trigger padding recalculation on layout change
-
Tim Zallmann authored
Fix setting of weight of a new issue in board list See merge request gitlab-org/gitlab!16299
-
Achilleas Pipinellis authored
Edit new Ingress subsection Closes #32172 See merge request gitlab-org/gitlab!17046
-
Evan Read authored
-
Rémy Coutable authored
Add .only-code-qa-changes to pages job See merge request gitlab-org/gitlab!17032
-
Marcel Amirault authored
-
Evan Read authored
Update service desk documentation Closes #12396 See merge request gitlab-org/gitlab!16838
-
Felipe Artur authored
Let users know that project full path including its group and namespace will be disclosed on emails.
-
Achilleas Pipinellis authored
Docs/restore productivity analytics content port Closes #31777 and gitlab-foss#67301 See merge request gitlab-org/gitlab!16890
-
Evan Read authored
-
Achilleas Pipinellis authored
Add chatops status command to documentation See merge request gitlab-org/gitlab!16994
-
Olivier Gonzalez authored
-
Thong Kuah authored
Remove outdated comment See merge request gitlab-org/gitlab!17035
-
Thong Kuah authored
Rename `DesignVersion` model to `Action` See merge request gitlab-org/gitlab!16579
-
Heinrich Lee Yu authored
-
Stan Hu authored
Fix broken development DB seeds for forks Closes gitlab-foss#63471 See merge request gitlab-org/gitlab!16849
-
Victor Zagorodny authored
-
Evan Read authored
Add centralized documentation for event tracking See merge request gitlab-org/gitlab!17008
-
Jeremy Jackson authored
This updates all of the event tracking documentation and moves it into a consolidated area dedicated to event tracking.
-
Luke Duncalfe authored
This change makes the join model between `Design` and `Version` easier to reason about when using: ```ruby design.actions version.actions action.design action.version ``` It also avoids an awkward similarity in relation naming now that `Issue.has_many :design_versions, class_name: "...::Version"`. https://gitlab.com/gitlab-org/gitlab/issues/13825
-
Ash McKenzie authored
Add some efficiency steps for code review See merge request gitlab-org/gitlab!16492
-
Ash McKenzie authored
Remove feature flag for reactive caching key check Closes #29944 See merge request gitlab-org/gitlab!16665
-
Thong Kuah authored
-
Thong Kuah authored
-
Thong Kuah authored
-
Thong Kuah authored
- For the auther, it's more efficient to assign the MR back rather than mentioning only and hoping that the reviewer will notice. - For the reviewer, use "Nit:" prefix so that authors do not think something is a blocking comment and un-necessary waste cyles addressing it. - Also add kindness for everyone :)
-
Ash McKenzie authored
Show Environment Dashboard Cards with Headers See merge request gitlab-org/gitlab!15191
-
Jason Goodman authored
Fill in environment header data
-
Evan Read authored
Docs: Update promo date See merge request gitlab-org/gitlab!16986
-
Stan Hu authored
Undo concurrent cleanup exactly for application_settings#snowplow_collector_hostname Closes #32178 See merge request gitlab-org/gitlab!17021
-
Ash McKenzie authored
Remove feature flagging for some tracking See merge request gitlab-org/gitlab!16552
-
- 17 Sep, 2019 6 commits
-
-
Evan Read authored
Add a note about orphaned registries to Geo troubleshooting guide Closes #11588 See merge request gitlab-org/gitlab!16839
-
Valery Sizov authored
-
Ash McKenzie authored
Fix "Failure in qa/specs/features/ee/browser_ui/geo/http_push_to_secondary_spec.rb" See merge request gitlab-org/gitlab!16874
-
Thong Kuah authored
Use the method that will remove the right trigger. Previously, it seems we did not remove the trigger from the up method at all.
-
Thong Kuah authored
Use the undo_cleanup_concurrent_column_rename to do so Fixed broken master at https://gitlab.com/gitlab-org/gitlab/issues/32178
-
Mike Greiling authored
Resolve "[FE] Implement status and Discussion Count on Designs" See merge request gitlab-org/gitlab!16416
-