- 27 Nov, 2018 40 commits
-
-
Toon Claes authored
There is no need to make a difference between a Group or User namespace, so also no need to define the classes of those.
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
-
Toon Claes authored
And run in intervals.
-
Toon Claes authored
-
Toon Claes authored
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16027 it was added to write `gitlab.fullpath` in the git config of all repositories. But this only writes them on move or migrate to hashed storage. This adds a migration that writes the fullpath to all the repositories. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/41776
-
Stan Hu authored
Lock writes to trace stream Closes #51502 See merge request gitlab-org/gitlab-ce!23332
-
Stan Hu authored
Correctly handle data-loss scenarios when encrypting columns Closes #53763 See merge request gitlab-org/gitlab-ce!23306
-
Nick Thomas authored
If the EncryptColumns background migration runs in a sidekiq with a stale view of the database schema, or when the purported destination columns don't actually exist, data loss can result. Attempt to work around these issues by reloading schema information before running the migration, and raising errors if the model reports that any of its source or destination columns are missing.
-
Phil Hughes authored
Resolve "Jump to top in merge request" Closes #52276 See merge request gitlab-org/gitlab-ce!23069
-
Sam Bigelow authored
-
Filipa Lacerda authored
Suggest issues when typing title Closes #22071 See merge request gitlab-org/gitlab-ce!22866
-
Filipa Lacerda authored
Fix top padding for new project form when error message is present See merge request gitlab-org/gitlab-ce!23384
-
Phil Hughes authored
Resolve "Fix overlapping separator on the mobile navigation bar" Closes #53874 See merge request gitlab-org/gitlab-ce!23126
-
Thomas Pathier authored
-
Kamil Trzciński authored
-
Stan Hu authored
Json logging for k8s Integration See merge request gitlab-org/gitlab-ce!23328
-
Marcia Ramos authored
Update GitHub integration docs to mainly follow GitHub updates. Closes #53248 See merge request gitlab-org/gitlab-ce!22643
-
Marcia Ramos authored
Replace deprecated skip-auto-migrations occurrence Closes #45031 See merge request gitlab-org/gitlab-ce!23326
-
Marcia Ramos authored
Add link to infra issue about Pages access control Closes #54269 See merge request gitlab-org/gitlab-ce!23352
-
Dmitriy Zaporozhets authored
-
Phil Hughes authored
This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071
-
Douwe Maan authored
Update merge requests troubleshooting docs link See merge request gitlab-org/gitlab-ce!23344
-
Mike Greiling authored
Fix unsecure node dependencies See merge request gitlab-org/gitlab-ce!23378
-
Lukas Eipert authored
-
Filipa Lacerda authored
Fixed UI bugs with sticky diff header Closes #54503 See merge request gitlab-org/gitlab-ce!23374
-
Dylan Griffith authored
-
Grzegorz Bizon authored
-
Achilleas Pipinellis authored
Fix minor grammar issues See merge request gitlab-org/gitlab-ce!23372
-
Dmitriy Zaporozhets authored
Don't remove failed install pods Closes #51792 See merge request gitlab-org/gitlab-ce!23350
-
Sean McGivern authored
Remove Site Statistic Closes #53778 See merge request gitlab-org/gitlab-ce!23314
-
Grzegorz Bizon authored
User#find_by_any_email to respect confirmed flag on secondary emails See merge request gitlab-org/gitlab-ce!23181
-
Dylan Griffith authored
We want to keep failed install pods around so that it is easier to debug why a failure occured. With this change we also need to ensure that we remove a previous pod with the same name before installing so that re-install does not fail. Another change here is that we no longer need to catch errors from delete_pod! in CheckInstallationProgressService as we now catch the ResourceNotFoundError in Helm::Api. The catch statement in CheckInstallationProgressService was also probably too broad before and should have been narrowed down simply to ResourceNotFoundError.
-
Phil Hughes authored
Add parseBoolean helper function See merge request gitlab-org/gitlab-ce!23283
-
Filipa Lacerda authored
Update environments metrics empty state Closes #51745 See merge request gitlab-org/gitlab-ce!23074
-
Kamil Trzciński authored
Upgrade kubeclient to 4.0.0 See merge request gitlab-org/gitlab-ce!23261
-
Kamil Trzciński authored
Expose External IP address for Knative's gateway See merge request gitlab-org/gitlab-ce!23162
-
Sean McGivern authored
Remove notes index on updated_at Closes #53988 See merge request gitlab-org/gitlab-ce!23356
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54503
-