- 29 Jun, 2017 39 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Sean McGivern authored
Integration/refactor declarative policy See merge request !2286
-
Douwe Maan authored
Update schema with `datetime_with_timezone` type See merge request !2297
-
Sean McGivern authored
Use gl_repository exclusively as identifier on post-receive See merge request !2288
-
Filipa Lacerda authored
Related Issues UI Polish Closes #2756 See merge request !2268
-
Stan Hu authored
Default `authorized_keys_enabled` setting to true Closes #2738 See merge request !2240
-
Eric Eastwood authored
-
Eric Eastwood authored
Remove prop because it no longer contains "related issue" in it and probably doesn't need to be customized anymore See https://gitlab.com/gitlab-org/gitlab-ce/issues/34336
-
-
-
-
-
-
http://jneen.net/ authored
-
http://jneen.net/ authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Robert Speicher authored
Geo - Fix log message when trying to sync a project with invalid id Closes #2784 See merge request !2294
-
Marcia Ramos authored
Clarify the expiration date of PATs See merge request !2198
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
Do the work synchronously to avoid multiple workers attempting to add batches of keys at the same time. Also, make the delete portion wait until after adding is done.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
Reminder: The original migration was fixed retroactively a few commits ago, so people who did not ever run GitLab 9.3.0 already have a column that defaults to true and disallows nulls. I have tested on PostgreSQL and MySQL that it is safe to run this migration regardless. Affected customers who did run 9.3.0 are the ones who need this migration to fix the authorized_keys_enabled column. The reason for the retroactive fix plus this migration is that it allows us to run a migration in between to fix the authorized_keys file only for those who ran 9.3.0.
-
Michael Kozono authored
Locally, if Spring was not restarted, `current_application_settings` was still cached, which prevented the migration from editing the file. This will also ensure that any app server somehow hitting old cache data will properly default this setting regardless.
-
Michael Kozono authored
-
Michael Kozono authored
This allows us to identify customers who ran the broken migration. Their `authorized_keys_enabled` column does not have a default at this point. We will fix the column after we fix the `authorized_keys` file.
-
Michael Kozono authored
This reverts commit fce9c01b, reversing changes made to b1003408. To reiterate: this reverts a revert.
-
- 28 Jun, 2017 1 commit
-
-
Douwe Maan authored
Resolve "Unable to rebase unapproved merge request" Closes #2753 See merge request !2273
-