- Apr 23, 2021
-
-
Igor Drozdov authored
Modal errors as objects are introduced: https://github.com/rails/rails/pull/32313 model.errors.first returns ActiveModel::Error object that's why model.errors.first[1] doesn't work in Rails 6.1 We need a way that works both for 6.1 and 6.0 in order to introduce changes gradually: model.errors.values.first works for both versions. Even though treating errors as a hash is deprecated it works so we can introduce the changes in 6.0 and then fix the deprecations when we're on 6.1 (cherry picked from commit b5ecc309)
-
- Apr 21, 2021
-
-
Andrew Fontaine authored
Update default branch name in vue_shared specs See merge request !59865
-
Steve Abrams authored
Remove unneeded index on packages_debian_{project,group}_architectures.distribution_id See merge request !59615
-
Rémy Coutable authored
Externalize strings in application_settings/_abuse.html.haml See merge request !57968
-
-
Bob Van Landuyt authored
Add an inner class in the cleanup container repository worker [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request !56989
-
-
David Fernandez authored
Add specific rate limits for package registry See merge request !57029
-
-
Andrew Fontaine authored
Pipeline Layers View: Add introduced and rollout links to flag See merge request !59877
-
Kerri Miller authored
Add solargraph to development dependencies See merge request !59015
-
Natalia Tepluhina authored
Added new emoji picker to project snippets See merge request !59783
-
-
Andrew Fontaine authored
Pipeline Graph: Update graph state selection See merge request !59685
-
-
Dmytro Zaporozhets (DZ) authored
Update UI text for confluence integration See merge request !59839
-
Markus Koller authored
Externalise strings in requests_profiles/index.html.haml See merge request !58161
-
Marvin Karegyeya authored
-
Sean McGivern authored
Allow access to registry API of the current project using the job token [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request !49750
-
Markus Koller authored
Enable new wiki delete page RPC [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request !57106
-
Olena Horal-Koretska authored
Add gl-badge for badges in milestone drawer See merge request !57964
-
-
David Fernandez authored
Update Debian group level endpoints urls See merge request !59609
-
Sean McGivern authored
Remove a Gitaly allow_disk_access call See merge request !59879
-
Alper Akgun authored
Override min/max for usage data queries in EE module See merge request !59365
-
-
Sean McGivern authored
Fix specs for tracking CI minutes when runner is specific See merge request !59875
-
Marcia Ramos authored
Fix huge typo: private -> public See merge request !59880
-
David Fernandez authored
-
Nick Thomas authored
Allow to update epic boards lists with GraphQL See merge request !58782
-
Viktor Nagy (GitLab) authored
-
Marcia Ramos authored
Remove alpha badging from terraform state administration docs See merge request !59781
-
Nick Thomas authored
The implementation was fixed in this MR: gitlab-foss!21238 However, the allowlist and issue reference was never removed. I also take the opportunity to add a comment explaining that the user must have permission to update the branch, since that wasn't very clear to me when reading through this code.
-
Fabio Pitino authored
Add an example for pipeline processing See merge request !59631
-
Fabio Pitino authored
Previous specs were running on public project which by default gets a 0.0 Runner cost factor. Switching to use private projects we test the actual logic of returning 0.0 Runner cost factor when runner is specific.
-
Sarah Groff Hennigh-Palermo authored
-
Alper Akgun authored
Docs for changelog entries for metric removals See merge request !59854
-
Alper Akgun authored
-
Alper Akgun authored
Set Hipchat metric definitions status to removed See merge request !59779
-
-