- 31 Mar, 2017 6 commits
-
-
Kushal Pandya authored
-
Achilleas Pipinellis authored
Update dpl CI example Closes #3129 See merge request !9872
-
Rémy Coutable authored
Eliminate unnecessary queries that add ~500 ms of load time for a large issue See merge request !10365
-
Sean McGivern authored
fix issue #30083 handle parsing OpenBSD ps output properly to display sidekiq Closes #30083 See merge request !10303
-
Sebastian Reitenbach authored
infos on admin->monitoring->background
-
Stan Hu authored
Looking at the SQL log, we see useless queries such as: ``` D, [2017-03-22T03:25:00.726710 #2629] DEBUG -- : (235.9ms) SELECT MAX("project_authorizations"."access_level") AS maximum_access_level, "project_authorizations"."user_id" AS project_authorizations_user_id FROM "project_authorizations" WHERE "project_authorizations"."project_id" = 13083 AND 1=0 GROUP BY "project_authorizations"."user_id" [["project_id", 13083]] ```
-
- 30 Mar, 2017 33 commits
-
-
Clement Ho authored
Hide form inputs for group member without editing rights Closes #24861 See merge request !7816
-
Robert Speicher authored
Allow users to import GitHub projects to subgroups Closes #30289 and #30148 See merge request !10344
-
Douglas Barbosa Alexandre authored
-
Achilleas Pipinellis authored
Fix the docs:check:links job See merge request !10340
-
Achilleas Pipinellis authored
[ci skip]
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Don't clean up the gitlab-test-fork_bare repo Closes #30284 See merge request !10342
-
Nick Thomas authored
-
Annabel Dunstone Gray authored
Adds container option for tooltip to prevent the button from losing round corners Closes #29883 See merge request !10317
-
Robert Speicher authored
Support >1 path in Gitlab::Git::Repository#log See merge request !10291
-
Jacob Schatz authored
Added worksheets support to notebook viewer See merge request !10307
-
Filipa Lacerda authored
Add subnav height to sidebar scroll calculation Closes #30063 See merge request !10262
-
Achilleas Pipinellis authored
Add tip about `CI_JOB_TOKEN` clone abilities with "new job permissions model" See merge request !10221
-
Rémy Coutable authored
group links select2 infinite scroll Closes #20013 See merge request !9807
-
Luke "Jared" Bennett authored
-
Rémy Coutable authored
Monkey patch the Spinach StdoutReporter to show scenario locations See merge request !10321
-
Rémy Coutable authored
Use `:empty_project` in worker, view, task, serializer, policy, migration, and mailer specs See merge request !10272
-
Sean McGivern authored
Cleanup application settings spec See merge request !10189
-
Sean McGivern authored
Fix production admin fixture to use the new `Users::CreateService` Closes #30248 See merge request !10326
-
Rémy Coutable authored
Fix linking to new issue with selected template Closes #26595 See merge request !10155
-
Sean McGivern authored
Create todos only for new mentiones Closes #28799 See merge request !10279
-
Jacob Schatz authored
Update docs regarding visibility lib See merge request !10295
-
Sean McGivern authored
bumps gitlab shell version See merge request !10329
-
Rémy Coutable authored
Test docs internal links check See merge request !9509
-
Achilleas Pipinellis authored
-
Sean McGivern authored
This is analogous to `git log -- foo bar baz`, but not the same as `Gitlab::Git::Repository#log(path: 'foo bar baz')`, which would run `git log -- 'foo bar baz'`.
-
Tiago Botelho authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Add metadata for system notes See merge request !9964
-
Phil Hughes authored
Updated some Ruby code based on comments
-
Sean McGivern authored
Prevent private group disclosure via parent_id See merge request !2077
-
Rémy Coutable authored
Use full path for moving directories when changing namespace path See merge request !2078
-
DJ Mountney authored
-
- 29 Mar, 2017 1 commit
-
-
Alfredo Sumaran authored
Reset container width when switching to pipelines MR tab Closes #29539 See merge request !10169
-