- 21 Oct, 2019 2 commits
-
-
allison.browne authored
-
allison.browne authored
-
- 16 Oct, 2019 1 commit
-
-
allison.browne authored
Previously the ZoomNotesService looked at the last peice of the description for a link matching a zoom url Now it can use the ActiveRecord ZoomMeeting model
-
- 15 Oct, 2019 37 commits
-
-
allison.browne authored
-
allison.browne authored
-
allison.browne authored
-
allison.browne authored
Use custom EachValidator for project assosciation validation and for Zoom URL validation.
-
allison.browne authored
-
allison.browne authored
Use t.references to generate foreign key column and constraint on zoom_meetings table.
-
allison.browne authored
-
allison.browne authored
-
allison.browne authored
-
allison.browne authored
-
Peter Leitzen authored
Add Active Record backed class `ZoomMeeting`s to persist and validate zoom links associated to an issue. We also associate meetings to a project (via project_id) to avoid table joins. `ZoomMeeting`s can have an issue_status of `added` or `removed` which will be used to show or hide the zoom link on an issue via quick actions.
-
Michael Kozono authored
Add spec for filtering by multiple authors See merge request gitlab-org/gitlab!18488
-
Clement Ho authored
Fix 3 icons showing for status emoji picker See merge request gitlab-org/gitlab!18509
-
Marcia Ramos authored
Fix small typo in gotcha.md See merge request gitlab-org/gitlab!18587
-
Kerri Miller authored
-
Marcia Ramos authored
Update broken link to global_md docs See merge request gitlab-org/gitlab!18461
-
Stan Hu authored
Remove failing post migration file See merge request gitlab-org/gitlab!18560
-
Adam Hegyi authored
This change removes the post migration file that drops the `analytics_repository_file_edits` table. The table is not in use, however for some reason post migration has failed on PRD.
-
Bob Van Landuyt authored
Externalize strings of group edit page See merge request gitlab-org/gitlab!15514
-
Bob Van Landuyt authored
Externalize strings of page ‘groups/new’ See merge request gitlab-org/gitlab!15507
-
Bob Van Landuyt authored
Remove DeleteAllRepositories RPC See merge request gitlab-org/gitlab!18390
-
Zeger-Jan van de Weg authored
Introduced in COMMIT ID,
-
Lin Jen-Shin authored
Docs: Update Gotchas page with comment clarifications See merge request gitlab-org/gitlab!18593
-
Sean McGivern authored
Enable grid, frame and stripes styling on AsciiDoc tables See merge request gitlab-org/gitlab!18165
-
Tom Atkins authored
PostgreSQL support troubleshooting page See merge request gitlab-org/gitlab!18323
-
Arturo Herrero authored
-
Sanad Liaquat authored
Fix merge request approvals test and others Closes #33762 See merge request gitlab-org/gitlab!18427
-
Mark Lapierre authored
Previously fabricate_or_use would only create a User instance with the provided username and password. This was fine when only those creds were needed (e.g., to sign on), but it's not enough in tests that need other user details, e.g., the user's name. This changes fabricate_or_use so that it fetches the user via the API, which provides access to the user's details.
-
Sanad Liaquat authored
Refactor RSpec test suite to remove duplication See merge request gitlab-org/gitlab!18532
-
Kushal Pandya authored
Fix cancel button in issue template update warning See merge request gitlab-org/gitlab!18334
-
Fatih Acet authored
This commit also does the following: - Adds an extra spec to validate close and dismiss buttons - Adds an extra assertion to validate template warning element not found on the DOM - Fixes resetting template content for new issues - Fixes content saving to localStorage when template changed
-
Thong Kuah authored
Add controller and feature flag for code analytics See merge request gitlab-org/gitlab!17618
-
Aakriti Gupta authored
- Add feature flag for code analytics actions. - Connect the controller to the real finder backend. - Implement input parameter validation. - Update the query to return the repository file id.
-
Thong Kuah authored
Allocate IID for deployments outside of the pipeline transaction Closes #21518 See merge request gitlab-org/gitlab!17696
-
Patrick Derichs authored
-
Sean McGivern authored
Rename Vulnerabilities to Findings in Groups security routes See merge request gitlab-org/gitlab!17355
-
Victor Zagorodny authored
Add support of both /vulnerability_findings and /vulnerabilities routes for Group Security Dashboard, toggled by the feature flag.
-