- 07 Jan, 2019 40 commits
-
-
Jan Provaznik authored
Epics returned by epics API endpoint are now paginated.
-
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
-
GitLab Bot authored
-
Nick Thomas authored
Backport persistent user callout flash message to CE See merge request gitlab-org/gitlab-ce!24166
-
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
-
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
-
Kushal Pandya authored
Create shared user-avatar-list component See merge request gitlab-org/gitlab-ce!24139
-
GitLab Bot authored
-
Kushal Pandya authored
Fixes diff sugestions removing dashes from diff Closes #55634 See merge request gitlab-org/gitlab-ce!23994
-
Kushal Pandya authored
Fixes if case to render author info in releases See merge request gitlab-org/gitlab-ce!23989
-
GitLab Bot authored
-
Kamil Trzciński authored
This adds `project:, file:, ref:` specification support.
-
Sean McGivern authored
Add deepest epic relation level to usage data Closes #8744 See merge request gitlab-org/gitlab-ee!8927
-
Kushal Pandya authored
Add help icon next to private email Closes #29951 See merge request gitlab-org/gitlab-ce!24179
-
GitLab Bot authored
-
Kamil Trzciński authored
Support CURD operation for individual asset links in Release API See merge request gitlab-org/gitlab-ce!24100
-