- 16 Oct, 2017 13 commits
-
-
Phil Hughes authored
Updated as best as possible, a lot of tests still change the store and never reset the state back which can cause some issues with other tests.
-
Phil Hughes authored
This moves away from storing in a single array just to render the table. It now stores in a multi-dimensional array/object type where each entry in the array can have its own tree. This makes storing the data for future feature a little easier as there is only one way to store the data. Previously to insert a directory the code had to insert the directory & then the file at the right point in the array. Now the directory can be inserted anywhere & then a file can be quickly added into this directory. The rendering is still done with a single array, but this is handled through underscore. Underscore takes the array & then goes through each item to flatten it into one. It is done this way to save changing the markup away from table, keeping it as a table keeps it semantically correct.
-
Sean McGivern authored
Fix diff parser so it tolerates to diff special markers in the content Closes #34431 See merge request gitlab-org/gitlab-ce!14848
-
Sean McGivern authored
Fix confusing double usage of 'metadata' See merge request gitlab-org/gitlab-ce!14871
-
Jacob Vosmaer (GitLab) authored
-
Sean McGivern authored
Popen with a timeout See merge request gitlab-org/gitlab-ce!14872
-
Andrew Newdigate authored
-
Sean McGivern authored
Docs for Add "implements" to the default issue closing message regex See merge request gitlab-org/gitlab-ce!14880
-
Filipa Lacerda authored
Backport a change in milestone_select from EE See merge request gitlab-org/gitlab-ce!14878
-
Kamil Trzciński authored
Merge branch 'fix/sm/38960-collect-usage-pings-gcp-cluster-enabled-and-gcp-cluster-disabled-instead-of-gcp-cluster-count' into 'master' Collect usage pings `Gcp::Cluster.enabled` and `Gcp::Cluster.disabled`, instead of `Gcp::Cluster.count` Closes #38960 See merge request gitlab-org/gitlab-ce!14807
-
Kamil Trzciński authored
Include a .hidden directory in pages artifact extraction tests See merge request gitlab-org/gitlab-ce!14852
-
Phil Hughes authored
Move retry button to sidebar Closes #27654 See merge request gitlab-org/gitlab-ce!14873
-
Filipa Lacerda authored
-
- 15 Oct, 2017 2 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- 14 Oct, 2017 1 commit
-
-
Achilleas Pipinellis authored
Update the settings api documentation See merge request gitlab-org/gitlab-ce!14877
-
- 13 Oct, 2017 24 commits
-
-
Filipa Lacerda authored
Remove global dropdown shortcut from help modal Closes #39111 See merge request gitlab-org/gitlab-ce!14876
-
Victor Wu authored
-
Phil Hughes authored
-
Bob Van Landuyt authored
-
Annabel Dunstone Gray authored
-
Filipa Lacerda authored
Remove shortcut JS classes from global namespace See merge request gitlab-org/gitlab-ce!14783
-
Sean McGivern authored
added date parameter for time tracking See merge request gitlab-org/gitlab-ce!14866
-
Phil Hughes authored
Update Vuex version Closes #39096 See merge request gitlab-org/gitlab-ce!14868
-
Rémy Coutable authored
Replaces 'WikiPage::CreateService' calls with 'wiki_page' factory Closes #37571 See merge request gitlab-org/gitlab-ce!14850
-
Sean McGivern authored
Merge Merge Requests via Gitaly Closes gitaly#654 See merge request gitlab-org/gitlab-ce!14791
-
Rémy Coutable authored
Use grpc 1.6.6 See merge request gitlab-org/gitlab-ce!14821
-
Jacopo authored
We replace the usage of WikiPage::CreateService with the wiki_page factory in the specs.
-
Filipa Lacerda authored
-
Filipa Lacerda authored
Fixed server rendered flash not being removed on click See merge request gitlab-org/gitlab-ce!14864
-
Jacob Vosmaer authored
-
Sean McGivern authored
backport for gitlab-ee!2869 See merge request gitlab-org/gitlab-ce!14505
-
Jacob Vosmaer authored
-
Rémy Coutable authored
Use google-protobuf 3.4.1.1 See merge request gitlab-org/gitlab-ce!14820
-
Sean McGivern authored
Make "merge ongoing" check more consistent Closes #39032 See merge request gitlab-org/gitlab-ce!14825
-
Vlad authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Refactor broadcast_message.js See merge request gitlab-org/gitlab-ce!14853
-
Mike Greiling authored
-