- 11 Jul, 2018 9 commits
-
-
Annabel Dunstone Gray authored
-
Rémy Coutable authored
This reverts commit 1915c9f0.
-
Jarka Kadlecová authored
This reverts commit 4d9a3f42, reversing changes made to ecf9c145.
-
Dan Davison authored
-
Mark Chao authored
-
Filipa Lacerda authored
-
Gabriel Mazetto authored
-
Filipa Lacerda authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 10 Jul, 2018 9 commits
-
-
Stan Hu authored
When the Gitaly call failed, the exception handling failed because `method` is expected to have a parameter. Closes #49096
-
Sean McGivern authored
-
Collen authored
-
Ave authored
-
Dennis Tang authored
-
Winnie Hellmann authored
This reverts merge request !20140
-
Filipa Lacerda authored
Discussions were being toggled by jquery DOM querying them and toggling visibility but in vue, only the open discussions will be in the DOM Fix includes: - Adds a getter to the store to get the expanded discussions - Adds an action to collapse a discussion - When the user clicks the button, all data needed is now accessible through a getter and we can dispatch an action to toggle the discussion within the state, instead of showing/hiding with jQuery - Removes hardcoded properties Resolves #48237
-
Marcel Amirault authored
-
Winnie Hellmann authored
-
- 09 Jul, 2018 12 commits
-
-
Kamil Trzciński authored
-
Clement Ho authored
-
Filipa Lacerda authored
-
Dustin Utecht authored
-
Filipa Lacerda authored
Removes double export for actions in diffs module in mr refactor
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Kamil Trzciński authored
-
Kamil Trzciński authored
Previously we would pull the file, now, we just stream-it as needed from Object Storage
-
Tim Zallmann authored
-
Tim Zallmann authored
This updates only the actual new discussion and not the full tree , which leads to a very costly full rerender
-
- 08 Jul, 2018 2 commits
-
-
Tim Zallmann authored
-
Matthew Dawson authored
Also update the hook logs to escape the contents properly, as the :plain filter does not do html escaping.
-
- 07 Jul, 2018 1 commit
-
-
Tim Zallmann authored
-
- 06 Jul, 2018 7 commits
-
-
Clement Ho authored
-
Brett Walker authored
-
Stan Hu authored
We saw in production that DispatchWorker was running about twice an hour, which would schedule twice as many jobs as it should. For some reason, BatchWorker was running 1000 times per hour, possibly due to Sidekiq RSS kills that caused these jobs to restart. Adding an ExclusiveLease prevents these jobs from running more than they should. Relates to https://gitlab.com/gitlab-com/infrastructure/issues/4526
-
Phil Hughes authored
-
Filipa Lacerda authored
Detailed: Because of rewire we need to export a default empty object in our actions to prevent it to export the wrong default in karma. Vuex getters are global, and because the Vuex store uses several non namespaced moduled, there was already a getter named default, due to the same empty export. In order to solve it I chose to namespace the module. Could also be fixed by importing the getters explicitly instead of all of them.
-
Jan Provaznik authored
-
Luke Bennett authored
-