- 25 Sep, 2020 40 commits
-
-
Dmytro Zaporozhets (DZ) authored
RUN AS-IF-FOSS: Add canonical links for moved/duplicated/promoted issues Closes #222473 See merge request gitlab-org/gitlab!34604
-
Jason Yavorska authored
Add canonical links helper for specs Reduce factory usage Remove extra description blocks
-
Kamil Trzciński authored
Upgrade GitLab Pages to 1.26.0 See merge request gitlab-org/gitlab!43416
-
Vladimir Shushlin authored
-
Kamil Trzciński authored
Adds an actor to new_pipeline_form checks See merge request gitlab-org/gitlab!43402
-
Bob Van Landuyt authored
Reindexing: Automatic index selection See merge request gitlab-org/gitlab!42967
-
Bob Van Landuyt authored
Expose board epic user preferences See merge request gitlab-org/gitlab!42569
-
Jan Provaznik authored
Allows listing user preferences for a group epic swimlane in GraphQL.
-
Kushal Pandya authored
Column sorting for Incident list See merge request gitlab-org/gitlab!43121
-
Dmytro Zaporozhets (DZ) authored
Add InvitationReminderEmailService See merge request gitlab-org/gitlab!42843
-
Dmytro Zaporozhets (DZ) authored
Add feature flag metadata for compliance See merge request gitlab-org/gitlab!43405
-
James Lopez authored
Update group::import feature flags See merge request gitlab-org/gitlab!43394
-
Andreas Brandl authored
Postgres exclusion constraints are based on indexes. Recreating those will interfere with constraint checking. For now, we only have one of this type.
-
Kushal Pandya authored
Fix regression introduced due to keep-alive Closes #238631 See merge request gitlab-org/gitlab!43289
-
Himanshu Kapoor authored
Due to the left sidebar components in the Web IDE being kept alive, a regression was introduced because kept alive components don't trigger the `mounted` life cycle hook. So move the logic to `activated` hook, while also keeping it in the `mounted` hook (for the first render).
-
Imre Farkas authored
Add Member#send_invitation_reminder method See merge request gitlab-org/gitlab!42854
-
Kushal Pandya authored
Remove epic icons on Swimlanes See merge request gitlab-org/gitlab!43369
-
Alex Buijs authored
This service is to be called from the MemberInvitationReminderEmailsWorker cron job
-
Illya Klymov authored
Add ssh public key warning See merge request gitlab-org/gitlab!42303
-
Serena Fang authored
-
Kushal Pandya authored
Fixes start a new discussion not working with unified diff lines Closes #255278 See merge request gitlab-org/gitlab!43271
-
Kushal Pandya authored
Use gl-badge for vulnerability states See merge request gitlab-org/gitlab!43253
-
Kushal Pandya authored
Fix errors when checking MR task lists See merge request gitlab-org/gitlab!43125
-
Illya Klymov authored
Remove unused legend css code See merge request gitlab-org/gitlab!43275
-
Illya Klymov authored
Merge branch '231203-apply-gitlab-ui-button-styles-to-buttons-in-ee-app-views-projects-protected_environments' into 'master' Apply GitLab UI button styles to buttons in ee/app/views/projects/protected_environments Closes #231203 See merge request gitlab-org/gitlab!42747
-
Andreas Brandl authored
This adds a random selection strategy to rebuild indexes. We tackle 2 indexes at a time and select rather large ones randomly. This is subject to improvement later but it'll get us going (basically removing the need to specify an index name manually). Also, as suggested earlier, this adds a view to conveniently access information about indexes and introduces a corresponding ActiveRecord model.
-
Ezekiel Kigbo authored
Remove internal fields from alert details table See merge request gitlab-org/gitlab!43076
-
Tristan Read authored
-
Simon Knox authored
Fix namespace problem with dynamic vuex import See merge request gitlab-org/gitlab!43386
-
Eulyeon Ko authored
Also add feature spec for testing discussion lock in merge request pages.
-
Adam Hegyi authored
Adapt BatchCount for grouped records See merge request gitlab-org/gitlab!42326
-
Illya Klymov authored
Migrate gl-deprecated-button to gl-button Closes #219755 See merge request gitlab-org/gitlab!42215
-
samdbeckham authored
This allows us to incrementally roll out this feature
-
Achilleas Pipinellis authored
Geo docs: Add "Releasing the feature" section to Self-Service Framework See merge request gitlab-org/gitlab!43249
-
Michael Kozono authored
-
Igor Drozdov authored
If the relation is grouped, Rails returns Hash: { group-key => count } https://apidock.com/rails/ActiveRecord/Calculations/count Since batch_count expects Integer in order to sum the counts up, we receive an error. We can sum up the Hash's size in this case.
-
Olena Horal-Koretska authored
-
Max Woolf authored
-
George Koltsov authored
-
Ash McKenzie authored
Add branches_to_be_notified param to hangouts Closes #220503 See merge request gitlab-org/gitlab!35599
-