- 25 Sep, 2018 2 commits
-
-
Valery Sizov authored
We started syncing all the wiki regardless of the fact it's disabled or not. We couldn't do that in one stage because of needing of smoth update and deprecating things. This is the second stage that finally removes unused columns in the geo_node_status table.
-
Filipa Lacerda authored
-
- 24 Sep, 2018 12 commits
-
-
Jarka Košanová authored
Backport of js and vue files from closing epics
-
Jarka Košanová authored
-
Jarka Košanová authored
-
Michael Kozono authored
* Fix typo in context 'when request store is active' * Rearrange test since the instance variable always gets set now, even if RequestStore is active
-
Michael Kozono authored
Even if it doesn’t save lines of code, since people will tend to use code they’ve seen. And `SafeRequestStore` is safer since you don’t have to remember to check `RequestStore.active?`.
-
Michael Kozono authored
Makes it easier and safer to use RequestStore because you don't need to check `RequestStore.active?` before using it. You just have to use `Gitlab::SafeRequestStore` instead.
-
Valery Sizov authored
We remove this feature as it never worked properly
-
J.D. Bean authored
-
Paul Slaughter authored
**Why?** The previous behavior had resolved discussions being unresolved when commented on. This was strange UX, especially since there is a separate button for "Comment & unresolve discussion". https://gitlab.com/gitlab-org/gitlab-ce/issues/24128 **Note:** - Also adds changelog
-
Paul Slaughter authored
**Why?** - These specs had duplicated code for a common context - New specs for this context needs to be added **Notes:** - Also added some `wait_for_requests` to buttons that triggered AJAX
-
James Lopez authored
-
James Lopez authored
-
- 21 Sep, 2018 12 commits
-
-
Douglas Barbosa Alexandre authored
We should not synchronize the source repository with the target root ref while updating a push mirror.
-
🙈 jacopo beschi 🙉 authored
-
Sanad Liaquat authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Marcel Amirault authored
-
Phil Hughes authored
-
Phil Hughes authored
Fixed toBeTruthy to toBe(true) in spec
-
Phil Hughes authored
Fixed toggling new notes caused by not returning the stores discussion
-
Phil Hughes authored
We now use the returned discussion instead of re-fetching all of the discussions and filtering out the ones we don't need. This speeds up the process of creating a diff discussions by saving us another API request before we can render the discussion
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 20 Sep, 2018 6 commits
-
-
Toon Claes authored
`delete_all` doesn't support limit, so you'd need to subquery that. And instead of subquerying with `where(id: query)`, it's better to use an `INNER JOIN`. This method also works with MySQL, while subquerying doesn't (without another layer of subquerying) Reference: https://stackoverflow.com/questions/17892762/mysql-this-version-of-mysql-doesnt-yet-support-limit-in-all-any-some-subqu/17892886#17892886
-
Dmitriy Zaporozhets authored
Even if User OAuth applications setting is disabled in admin settings. Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Nick Thomas authored
-
Phil Hughes authored
-
André Luís authored
Resolve "Link to file in Changes tab of MR no longer works for all files after incremental rendering improvement"
-
Mike Greiling authored
-
- 19 Sep, 2018 5 commits
-
-
Stan Hu authored
-
Marcel Amirault authored
-
Oswaldo Ferreira authored
-
Stan Hu authored
When there are many tags in a container repository, deleting them can exceed the default 60 second idle-in-transaction timeout in Sidekiq. We now explicitly delete them in the DestroyService before destroying the model. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51380
-
Dmitriy Zaporozhets authored
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 18 Sep, 2018 3 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Dylan Griffith authored
-