"app/services/notes/update_service.rb" did not exist on "6c6f415cae54be4dae4522e901ed55c9dae04a15"
- Mar 22, 2020
-
-
GitLab Bot authored
-
- Mar 16, 2020
-
-
GitLab Bot authored
-
- Mar 13, 2020
-
-
GitLab Bot authored
-
- Mar 12, 2020
-
-
GitLab Bot authored
-
- Mar 10, 2020
-
-
GitLab Bot authored
-
- Mar 02, 2020
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Feb 06, 2020
-
-
GitLab Bot authored
-
- Dec 26, 2019
-
-
GitLab Bot authored
-
- Dec 13, 2019
-
-
GitLab Bot authored
-
- Dec 01, 2019
-
-
GitLab Bot authored
-
- Oct 22, 2019
-
-
GitLab Bot authored
-
- Oct 04, 2019
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Sep 27, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Sep 04, 2019
-
-
Indicate it's the author's responsibility to prepare the merge request for a database review
-
- Aug 27, 2019
-
-
Currently, the DB migrations guide says that "you must" use non-blocking operations (such as CREATE INDEX CONCURRENTLY), always. But this does not make sense in cases of empty tables and leads to splitting the work to multiple non-atomic (with disable_ddl_transaction!) DB migrations. To follow KISS principle, to have fewer DB migrations steps, to have them atomic when it's possible and simplify deployment and troubleshooting, the following exceptions were added to the doc: - index creation, - index dropping, - defining an FK, - adding a column with DEFAULT,
-
- Aug 09, 2019
-
-
- Add a new guideline regarding the file location of background migrations - Add a new section about execution timing guidelines for all different kinds of migrations
-
- Jul 25, 2019
-
-
Andreas Brandl authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65126. Came up in the database office hours call on 2019-07-25.
-
- Jul 19, 2019