- 13 Nov, 2020 2 commits
-
-
Stan Hu authored
[GraphQL] Boards: use Global-ID scalar See merge request gitlab-org/gitlab!36113
-
Dylan Griffith authored
Fix an issue in the create_empty_index rake task See merge request gitlab-org/gitlab!47575
-
- 12 Nov, 2020 38 commits
-
-
Jose Ivan Vargas authored
Update detailed_metric.vue modal to match Pajamas guidelines See merge request gitlab-org/gitlab!46183
-
Amy Qualls authored
Attempts to start the process of updating the detailed_metric.vue file to use the new Pajamas components. It is neither correct nor complete.
-
Thong Kuah authored
Update `ci_jwt_signing_key` feature flag to be enabled by default See merge request gitlab-org/gitlab!47336
-
Krasimir Angelov authored
This updates the `ci_jwt_signing_key` feature flag to be enabled by default. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/258546.
-
Nick Thomas authored
User admin approval - Email admin the access request See merge request gitlab-org/gitlab!46895
-
Russell Dickenson authored
Point DS doc to correct issue for SBT 1.3+ support See merge request gitlab-org/gitlab!47569
-
Olivier Gonzalez authored
-
Stan Hu authored
Fix internal lfs_authenticate API for non-project repositories See merge request gitlab-org/gitlab!47404
-
Markus Koller authored
This endpoint is used for LFS over SSH and had two problems: 1. We were generating the repository URL from `project` rather than `container`, which means we'd return the wrong URL for e.g. project wiki repositories. In practice this didn't break LFS, as we're not touching the repository itself and just associating the objects with the project record, which works the same with project wikis. 2. We did not check if LFS is enabled, which means we'd still return a URL for project snippets. This is less of a problem as the subsequent HTTP requests to the LFS controllers would still fail, but it's better to be consistent and abort early here. Follow-up to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/45874
-
Nick Gaskill authored
Fix dead anchors links See merge request gitlab-org/gitlab!47488
-
Suzanne Selhorn authored
Add note about key bug for Dependency Proxy See merge request gitlab-org/gitlab!47452
-
Tim Rizzi authored
-
Nick Gaskill authored
Resolve "ci: error jobs:release:release description should be a string" See merge request gitlab-org/gitlab!46153
-
Suzanne Selhorn authored
Add note about supporting IAM roles for S3 See merge request gitlab-org/gitlab!44340
-
Tim Rizzi authored
-
Jose Ivan Vargas authored
Add note for jest spec best practices See merge request gitlab-org/gitlab!47251
-
Scott Stern authored
-
Amy Qualls authored
Add input type info to color See merge request gitlab-org/gitlab!47552
-
Sara Ahbabou authored
-
Jose Ivan Vargas authored
Move Deploy Board Legend to Tooltip See merge request gitlab-org/gitlab!47236
-
Changzheng Liu authored
-
Mayra Cabrera authored
Add container repository destroy GraphQL mutation See merge request gitlab-org/gitlab!47175
-
Amy Qualls authored
Explain soft email confirmation in docs See merge request gitlab-org/gitlab!47337
-
Nicolas Dular authored
-
Changzheng Liu authored
-
Mike Jang authored
Fix typo in Query LDAP section See merge request gitlab-org/gitlab!47570
-
Evan Read authored
Docs: Group-level management of integrations See merge request gitlab-org/gitlab!47384
-
Patrick Bair authored
Load artifacts based on the finding metadata See merge request gitlab-org/gitlab!41762
-
Mayra Cabrera authored
Add Redis version to admin page See merge request gitlab-org/gitlab!47242
-
Mayra Cabrera authored
User admin approval - Email user when approved See merge request gitlab-org/gitlab!45947
-
Andrew Fontaine authored
This declutters the environment page by hiding the legend for the deploy board behind a tooltip, ensuring it isn't displayed unless it is needed.
-
Jose Ivan Vargas authored
Add test history to test report MR widget See merge request gitlab-org/gitlab!45953
-
Mike Jang authored
Add feature attribute to known_events.yml See merge request gitlab-org/gitlab!46853
-
Alina Mihaila authored
- Add feature attribute, corelate specific event with the corresponding feature flag. - Add docs
-
sfang97 authored
When admin approval required on sign up, send email to admin with user info when user requests an account Add link to pending approval Change url to host Remove extra new line Run get text regenerate Add changelog entry Add negative spec case Add newline at end of file Add params to Devise mailer Devise mailer is weird and you can only pass it one param, so do the admin loop in the devise method Add spec to devise mailer spec Use NotificationService instead of DeviseMailer NotificationService lets you pass multiple params to the email view and it's much easier to send emails to the correct address with the correct information Remove DeviseMailer changes There were changes to Devise Mailer spec and preview, so removing those in favor of NotificationService changes Change email helper func names Add shared example for 10 admins Remove extra new line Fast return if no recipients Change email to notification email Committing for save Move instance access request mailer to profiles Mailer method made more sense in profiles than in members file Add rubocop disable Change click here copy and link Change spec names Change spec name for clarity Remove extra space MR review comments Address review comments Run gettext regenerate Render different email formats Redundant return, formatting error Cleanup return conditions Don't need to pass resource param Scope which admins to email Private profile email layout method Remove extra new line Address MR review comments Localize strings, early return, change variable name Don't need shared example Address MR review comments Remove extra new lines Address static analysis errors Change sign in factory Remove early return
-
sfang97 authored
Email user when request to join instance approved When a user's request to access an instance is approved they should receive an email letting them know. Committing for save Update email conditionals Committing for save Committing for save Rebased with master Get notify mailer working Delete unused files Remove extra space Update email text Change notify back to devise mailer Verify that email is working Use letter opener to verify that email is sent and formatted correctly, fix spec and static analysis errors Remove unused functions Re add removed test Run bin rake gettext regen Add negative test case Add changelog entry Remove username helper Didn't need username helper, just used string interp No plain strings Use different string interp Remove extra newlines Add translation strings Add equals sign Address MR review comments Clarify tests, DRY tests, add tests Clarify email spec Clarify deliver email to user email Add missing space Add html safe link Clean up spec Correct html safe link Regex match link Move link to email view Move link out of email helper and into email view, which makes writing specs way easier Use percent interpolation instead of hash Re run gettext regenerate Change html haml email link Rerun gettext regenerate Match variable name Rebase with master for merge conflict Merge conflict resolution Change resource to user Fix static analysis errors Change user back to resource
-
Douglas Barbosa Alexandre authored
Include aggregated git-write usage counts See merge request gitlab-org/gitlab!47511
-
mfluharty authored
With s__('Reports|...')
-