- 09 Dec, 2020 3 commits
-
-
DJ Mountney authored
And update the spec tests for the latest changes
-
DJ Mountney authored
For validating the contents passed to ldap write
-
DJ Mountney authored
Use gitlab-rake for the rake commands, and always refer to LDAP in uppercase
-
- 08 Dec, 2020 1 commit
-
-
DJ Mountney authored
-
- 23 Nov, 2020 7 commits
-
-
DJ Mountney authored
Rather than falling back to the `editor` binary, which is often only on debian systems if an alernative editor was installed.
-
DJ Mountney authored
- Autogenerate the encrypted key but only when requested - Generate the new key as part of the secret token initializer - Add additional config check during ldap secrets edit - Ensure that the provided input is valid yaml, and is a hash
-
DJ Mountney authored
-Ensure we creation our tempfile within our final directory - Add encrypted settings config to gitlab.yml.example - Update missing key syntax - And check early for missing key during the edit command - Ensure spec tests are rails rooted
-
DJ Mountney authored
Adds a new ldap_secrets path setting for optional ldap secrets file. And adds a new set of ldap secrets rake commands for showing/editing an ldap secret Adds support for loading ldap servers' password and/or user_bn from the encrypted secrets. As part of initial rollout we don't want to complain about secrets for an optional feature.
-
DJ Mountney authored
-
DJ Mountney authored
-
DJ Mountney authored
From `enc_settings_key_base` to `encrypted_settings_key_base`
-
- 22 Nov, 2020 1 commit
-
-
Stan Hu authored
-
- 19 Nov, 2020 28 commits
-
-
DJ Mountney authored
This adds: - Path for storing encrypted settings in config - optional base token generation - Additional error handling for missing config and keys
-
DJ Mountney authored
- Generates a new key or correct length pased on the provided base key - Updates the naming of the key param passed to EncryptedConfiguration - Adds tests for key length to the spec tests Increase cipher to 256 The 128 was the default from upstream configuration encryption but is lower then the message encryptor default. Not sure why, so we might as well go with the larger one.
-
DJ Mountney authored
- Adds support for a new (optional) secret key from secrets.yml - Adds a encrypted configuration class than can decrypt/encrypt files using the provided key - Adds a new encrypted setting helper method to Settings for the new secret key
-
Dylan Griffith authored
Allow Pages to define a storage-specific connection See merge request gitlab-org/gitlab!48098
-
Dylan Griffith authored
Update issues in ES when project visibility settings change See merge request gitlab-org/gitlab!47007
-
Terri Chu authored
Ensure changes to project visibility settings also update the associated issue documents for that project. This is required to keep the issue documents updated once the visibility permissions are stored within the issue document in preparation for global search joins being removed from the Elasticsearch issue query.
-
Thong Kuah authored
Quarantine user_comments_on_diff_spec due to flakiness See merge request gitlab-org/gitlab!48199
-
Ezekiel Kigbo authored
Re-name Instance Statistics as Usage Trends See merge request gitlab-org/gitlab!48183
-
Dan Jensen authored
This re-names the Instance Statistics feature as Usage Trends in the UI (not in the code itself).
-
Ash McKenzie authored
Use stricter typed global IDs for iterations See merge request gitlab-org/gitlab!47045
-
Simon Knox authored
Also accept a global id when querying the `iterations` field But maintain backward compatibility by accpeting a raw model id
-
Suzanne Selhorn authored
Update Shared Runners docs to reflect decrease in free CI/CD minutes See merge request gitlab-org/gitlab!46587
-
Paul Slaughter authored
Add confirm modal to unblock user See merge request gitlab-org/gitlab!47442
-
Kyle Wiebers authored
-
Imre Farkas authored
BulkImports: Import Group Epics See merge request gitlab-org/gitlab!46710
-
Paul Slaughter authored
Migrate tooltip_on_truncate_spec.js to Jest See merge request gitlab-org/gitlab!47582
-
-
Stan Hu authored
Add test reports to usage ping See merge request gitlab-org/gitlab!47809
-
Stan Hu authored
Expose creation/update times for issue links See merge request gitlab-org/gitlab!48051
-
Stan Hu authored
Remove suggest_pipeline feature flag See merge request gitlab-org/gitlab!48140
-
Paul Slaughter authored
Add basic feature spec for Balsamiq viewer See merge request gitlab-org/gitlab!47725
-
Robert Speicher authored
Create onboarding namespace action table See merge request gitlab-org/gitlab!48018
-
Craig Norris authored
Remove yet MORE future tense from unowned docs See merge request gitlab-org/gitlab!48176
-
Amy Qualls authored
These unowned docs need future tense scrubbed out of them too!
-
Jan Provaznik authored
Stub file reads only for the files we are interested in See merge request gitlab-org/gitlab!48014
-
Enrique Alcántara authored
Refactor GlMentions autocomplete component See merge request gitlab-org/gitlab!47438
-
Coung Ngo authored
Refactor GlMentions to ready it for adding Epics autocomplete which is EE
-
Jose Ivan Vargas authored
Update dependency @gitlab/ui to v23.12.0 See merge request gitlab-org/gitlab!47921
-