- 23 Sep, 2017 5 commits
-
-
Brett Walker authored
be used with the email profile page as well
-
Brett Walker authored
-
Brett Walker authored
-
Brett Walker authored
text in the `.text` version consistent with the `.html` version
-
Brett Walker authored
Send a confirmation email when the user adds a secondary email address. Utilizes the Devise `confirmable` capabilities. Issue #37385
-
- 22 Sep, 2017 8 commits
-
-
Phil Hughes authored
-
Winnie Hellmann authored
-
Lin Jen-Shin authored
This is aligning with EE
-
Douwe Maan authored
-
Tim Zallmann authored
-
Fatih Acet authored
- 21 Sep, 2017 4 commits
-
-
Fatih Acet authored
-
Bryce Johnson authored
-
kushalpandya authored
-
Fatih Acet authored
-
- 20 Sep, 2017 12 commits
-
-
Annabel Dunstone Gray authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Bryce Johnson authored
-
Tim Zallmann authored
-
Nick Thomas authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Yorick Peterse authored
This makes things simpler as no scheduling is involved. Further we remove the need for running a SELECT + UPDATE just to get the key and update it, whereas we only need an UPDATE when setting last_used_at directly in a request. The added service class takes care of updating Key#last_used_at without using Sidekiq. Further it makes sure we only try to obtain a Redis lease if we're confident that we actually need to do so, instead of always obtaining it. We also make sure to _only_ update last_used_at instead of also updating updated_at. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36663
-
Yorick Peterse authored
The default scope in Event would add a "WHERE author_id IS NOT NULL" clause to every query. Now that "events.author_id" has a NOT NULL clause set this filter is redundant and we can safely remove it. In this commit we also add a validation on events.author_id (previously only defined in PushEvent) just in case something tries to create data without an author ID. This way we can present a nicer error message compared to PostgreSQL's foreign key error messages. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/38129
-
Grzegorz Bizon authored
-
- 19 Sep, 2017 11 commits
-
-
Bryce Johnson authored
-
Mark Fletcher authored
-
Mark Fletcher authored
* Will dry up the code to find projects between the ForksController and the API
-
Vitaliy @blackst0ne Klachkov authored
-
Fabio Busatto authored
-
Michael Kozono authored
And link to it from where you change your username.
-
Michael Kozono authored
And expand on the help text.
-
Kamil Trzcinski authored
-
Clement Ho authored
-
Jacob Vosmaer (GitLab) authored
-
Jacopo authored
Displays the Gitaly version in the admin dashboard.
-