- 02 Jun, 2020 40 commits
-
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
With https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32524 merged, this should work now.
-
Andreas Brandl authored
The reason for this lies in `initializers/fill_shards.rb`: 1. Before dropping 2018 migrations, table `shards` was not present in the initial schema (with all migrations rolled back except the initial one) 1. After dropping 2018 migrations, table `shards` is part of the initial schema 1. Hence we run into `Gitlab::Database.read_only?`, which is dependent on `geo_nodes` 1. `geo_nodes` has only been introduced with 20190402150158 Ultimately we should fix the initializer and not seed data through the initializer anymore (this is making assumptions about the database, which causes issues like here).
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
Migrations have been removed in a previous commit. Also remove their specs here.
-
Andreas Brandl authored
This removes migrations with a schema version number < 2019... The effect of those migration is being folded into db/migrate/20171230123729_init_schema.rb
-
Bob Van Landuyt authored
Move release evidence generation to service See merge request gitlab-org/gitlab!32927
-
Heinrich Lee Yu authored
Fix creating merge requests with approval rules See merge request gitlab-org/gitlab!33582
-
Peter Leitzen authored
Extract Jira requests to separate classes See merge request gitlab-org/gitlab!33157
-
Marcia Ramos authored
Add examples on how to run focused rspec See merge request gitlab-org/gitlab!33345
-
Marcia Ramos authored
Update code_quality.html Page to Reflect Current Versioning See merge request gitlab-org/gitlab!33342
-
Gabriel Yoachum authored
Accidentally removed a sentence that was needed
-
Phil Hughes authored
Multiline comments frontend MVC inline only See merge request gitlab-org/gitlab!29516
-
Sean McGivern authored
Add jitter when scheduling low urgency project auth update workers See merge request gitlab-org/gitlab!32974
-
Amy Qualls authored
Docs: Fix typo in rules key details See merge request gitlab-org/gitlab!33628
-
Mike Jang authored
Add more details about user permissions See merge request gitlab-org/gitlab!33349
-
Suzanne Selhorn authored
Add links to ci template files See merge request gitlab-org/gitlab!33487
-
Marcel Amirault authored
The CI templates were not findable when searching the docs site, so adds a list to help SEO results
-
Rémy Coutable authored
Run rspec if there is matching foss tests See merge request gitlab-org/gitlab!33604
-
Jarka Košanová authored
- create base jira request class - inherit projects from it - dont user Jira service for getting projects
-
Lucas Charles authored
-
Igor Drozdov authored
Snippet repository import fail with older export files See merge request gitlab-org/gitlab!33584
-
Marcin Sedlak-Jakubowski authored
Docs: Correct GFM description about table header alignment on GitLab See merge request gitlab-org/gitlab!33458
-
LER0ever authored
This reverts commit 20182a28bbeeb72f3f9a71374860987b8d714506
-
Andrew Fontaine authored
Fix invisible modal on status emoji selection See merge request gitlab-org/gitlab!33398
-
Ramya Authappan authored
Adds a smoke test for closing an issue See merge request gitlab-org/gitlab!33332
-
Desiree Chevalier authored
-
Markus Koller authored
Add authentication to registry configure rake task Closes #204839 See merge request gitlab-org/gitlab!33496
-
João Pereira authored
-
Amy Qualls authored
Clarify how rules:allow_failure is applied See merge request gitlab-org/gitlab!33089
-
jboyson1 authored
Add dropdown start line selector to diff_line_note_form.vue Pass line_range to saveDiffDiscussion action
-
Mike Jang authored
Fix various typos in FE graphql docs See merge request gitlab-org/gitlab!33551
-
Achilleas Pipinellis authored
Update license.md with the updated license file value See merge request gitlab-org/gitlab!33523
-
Bob Van Landuyt authored
[GraphQL] Add query support for user's merge requests See merge request gitlab-org/gitlab!31227
-
Phil Hughes authored
Global Filtered Search Component with History and Sorting support See merge request gitlab-org/gitlab!32961
-
Achilleas Pipinellis authored
docs: Fix Markdown typo in Proofreader See merge request gitlab-org/gitlab!33567
-
Douglas Barbosa Alexandre authored
Relax the 10 commits maximum rule by making it a warning Closes #204905 See merge request gitlab-org/gitlab!33300
-