- 17 Jan, 2020 40 commits
-
-
Alex Kalderimis authored
-
Alex Kalderimis authored
The only group they share is simple_file_name, so that is now the first one we check. In the case of a link match, that group is always populated with a truthy value, so the fall-through is safe.
-
Alex Kalderimis authored
Link reference_patterns are more specific, so if they overlap we should prefer the link.
-
Alex Kalderimis authored
-
Mayra Cabrera authored
Update RSpec helper methods to *_next_instance_of See merge request gitlab-org/gitlab!22980
-
Mike Greiling authored
Merge branch '24305-create-new-project-auto-populate-project-slug-string-to-project-name-if-name-is-empty' into 'master' Auto-populate project slug string to project name if name is empty Closes #24305 See merge request gitlab-org/gitlab!22627
-
Robert Hunt authored
Added on change events to the project path so only once the slug has been created will we generate the project name (since we don't want to change the project name if the slug changes again). On the git URL importer the slug/project names are more dynamic (based on the URL given). Updated some old-style jQuery event references and updated the humanize method to accept a separator. Fixed gitlab importer so it actually copies between fields. Updated to convert the slug to title case and added test cases. Fixed slug edge-cases with emoji's in the project name. Updated documentation. Added changelog
-
Mayra Cabrera authored
Hide mirror admin actions from developers See merge request gitlab-org/gitlab!21569
-
Mayra Cabrera authored
Filter deployments using the environment & status See merge request gitlab-org/gitlab!22996
-
Mayra Cabrera authored
Don't pass undefined context-values to Labkit See merge request gitlab-org/gitlab!22999
-
Bob Van Landuyt authored
Don't pass values on to labkit that weren't explicityly defined. Otherwise, labkit will unintentionally overwrite any existing values with nil. Consider the following example: ApplicationContext.with_context(user: <User "jane-doe">) do ApplicationContext.with_context( project: <Project "gitlab-org/gitlab"> ) do # The inner context lives here end end We want the inner context for Labkit to contain this hash: { user: "jane-doe", project: "gitlab-org/gitlab", root_namespace: "gitlab-org" } But before this change, we'd overwrite the `user` value when creating the inner context, even though the inner context did not contain any information that should override the user info.
-
Clement Ho authored
Resolve Sentry errors from error tracking list See merge request gitlab-org/gitlab!23135
-
Laura Montemayor authored
* adds a fixed width variable
-
Arturo Herrero authored
Auto-correct some references in RSpec as: - expect_any_instance_of -> expect_next_instance_of - allow_any_instance_of -> allow_next_instance_of Related to https://gitlab.com/gitlab-org/gitlab/issues/34997
-
Jan Provaznik authored
Support Design Management links in Markdown Closes #12905 See merge request gitlab-org/gitlab!15127
-
Alex Kalderimis authored
This supports reference filters for designs. Add new query scopes for use in reference filter
-
Dan Davison authored
Move `Release.perform_before_hooks` to RSpec `before(:suite)` hook Closes #196770 See merge request gitlab-org/gitlab!23059
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Heinrich Lee Yu authored
Require group owner to have linked SAML before enabling Group Managed Accounts Closes #38021 and #39183 See merge request gitlab-org/gitlab!21721
-
Nick Thomas authored
-
Lin Jen-Shin authored
Feature flag for release generation Closes #196171 See merge request gitlab-org/gitlab!23152
-
Sean Carroll authored
-
Jan Provaznik authored
Defaulted epic_new_issue feature flag to on See merge request gitlab-org/gitlab!22833
-
Donald Cook authored
-
Fatih Acet authored
Remove useless attachToDocument usage in spec/frontend/sidebar Closes #196761 See merge request gitlab-org/gitlab!23043
-
Dan Davison authored
Break out the Secure report into a page object component See merge request gitlab-org/gitlab!22730
-
Aleksandr Soborov authored
Additionally change page objects to use this new component.
-
Robert Speicher authored
Fix extracting Sentry external URL when URL is nil See merge request gitlab-org/gitlab!23162
-
Fatih Acet authored
Embed snippet ui polish fixes Closes #28468 See merge request gitlab-org/gitlab!22637
-
Dimitrie Hoekstra authored
New snippet icons created. Remove old logo and use new svg logo + text. Clean up css and new haml markup. This fixes some styling issues for embeded snippets.
-
Mayra Cabrera authored
Improve link description to database review guide See merge request gitlab-org/gitlab!23228
-
Luke Duncalfe authored
-
Sean McGivern authored
Extract Time Tracking System Note Service See merge request gitlab-org/gitlab!18159
-
Sean McGivern authored
Extract Merge Train System Note Service See merge request gitlab-org/gitlab!18163
-
Sean McGivern authored
Expose missing disable mention value on group API See merge request gitlab-org/gitlab!23070
-
James Edwards-Jones authored
Avoid bug where owner ends up unable to log in due to SSO enforcement, by first requiring SAML to have been linked before allowing group managed accounts to be enabled. Long term we will offer to convert the user to a Group Managed one, so would be able to remove this workaround.
-
James Lopez authored
Extract shared logic from RelationFactory & ObjectBuilder See merge request gitlab-org/gitlab!21426
-
George Koltsov authored
- Extract shared logic from RelationFactory & create BaseRelation Factory in order to later introduce GroupRelationFactory that inherits from BaseRelationFactory - Similarly, extract logic from GroupProjectObjectBuilder & create BaseObjectBuilder
-
Heinrich Lee Yu authored
Restrict project forking See merge request gitlab-org/gitlab!17988
-
Marcia Ramos authored
Documentation for sharing groups with groups See merge request gitlab-org/gitlab!19962
-