- 07 Jan, 2019 40 commits
-
-
Mike Lewis authored
-
Mike Lewis authored
-
Lukas Eipert authored
-
Lukas Eipert authored
-
Yorick Peterse authored
Add missing translations See merge request gitlab-org/gitlab-ee!9054
-
Fatih Acet authored
Changes the data model for counts on the Group Security Dashboard See merge request gitlab-org/gitlab-ee!9035
-
GitLab Bot authored
-
Marcia Ramos authored
[fix] correct typo in repo_by_url.md See merge request gitlab-org/gitlab-ce!24069
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Merge branch '9064-broken-master-uninitialized-constant-events-repositoryupdatedevent' into 'master' Resolve "Broken master: uninitialized constant Events::RepositoryUpdatedEvent" Closes #9064 See merge request gitlab-org/gitlab-ee!9053
-
Grzegorz Bizon authored
Refactor the logic of updating head pipelines for merge requests See merge request gitlab-org/gitlab-ce!23502
-
Bob Van Landuyt authored
-
GitLab Bot authored
-
Nick Thomas authored
Backport persistent user callout flash message to CE See merge request gitlab-org/gitlab-ce!24166
-
samdbeckham authored
-
GitLab Bot authored
-
Sean McGivern authored
-
Kushal Pandya authored
Fix error when creating labels in a new issue in the boards page Closes #54311 See merge request gitlab-org/gitlab-ce!24039
-
Kushal Pandya authored
Resolve "Extended user centric tooltips: Add missing cases" Closes #54981 See merge request gitlab-org/gitlab-ce!24132
-
GitLab Bot authored
-
Kushal Pandya authored
Resolve "Track export issues CSV usage on GitLab.com with Snowplow" Closes #8774 See merge request gitlab-org/gitlab-ee!9045
-
Constance Okoghenun authored
-
Marcia Ramos authored
Increase consistency of documentation suite with more guidance See merge request gitlab-org/gitlab-ce!22249
-
GitLab Bot authored
-
Rémy Coutable authored
Fix deprecation: Using positional arguments in specs for EE specs in spec/ See merge request gitlab-org/gitlab-ee!9040
-
Rémy Coutable authored
ActiveRecord::Migration -> ActiveRecord::Migration[5.0] for AddIndexesToCiBuildsAndPipelines See merge request gitlab-org/gitlab-ce!24167
-
Rémy Coutable authored
Fix Bitbucket Server import only including first 25 pull requests Closes #55914 See merge request gitlab-org/gitlab-ce!24178
-
Rémy Coutable authored
Remove app/views/shared/issuable/_filter.html.haml Closes #55670 See merge request gitlab-org/gitlab-ce!24008
-
Sam Beckham authored
where FE is frontend and GSD is Group security dashboard This reverts commit 1d1e95c8
-
Sean McGivern authored
When run after ee/spec/features/dashboards/activity_spec.rb, this would fail to find the correct constant with: > NameError: uninitialized constant Events::RepositoryUpdatedEvent I'm not sure why this was; we give `Object.const_get` a fully-qualified constant, and it should look that up first before attempting the default behaviour of finding constants in ancestor classes. Alternatives: - `Object.const_get("::#{current_namespace}...")` - didn't work. - `"::#{current_namespace}...".constantize` - does work, but that is a bigger change as `#constantize` does much more work here.
-
GitLab Bot authored
-
Rémy Coutable authored
Exit `wait_for_job_to_be_done` as error if the job fails See merge request gitlab-org/gitlab-ce!23997
-
GitLab Bot authored
-
Filipa Lacerda authored
Merge branch '54142-pages-in-project-s-permission-should-be-named-pages-access-control' into 'master' Resolve "Pages in project's permissions settings should be named Pages access control" Closes #54142 See merge request gitlab-org/gitlab-ce!23146
-
Tim Zallmann authored
-
GitLab Bot authored
-
Grzegorz Bizon authored
Allow to include another project files Closes #53903 See merge request gitlab-org/gitlab-ce!24101
-
Kushal Pandya authored
Show Dependency Scanning results in the Group Security Dashboard See merge request gitlab-org/gitlab-ee!9034
-
Douwe Maan authored
Fix removing milestones when moving between board lists Closes gitlab-ce#53655 See merge request gitlab-org/gitlab-ee!8875
-
Kushal Pandya authored
Update common CSS for MR approvals See merge request gitlab-org/gitlab-ce!24141
-