- 20 Aug, 2019 40 commits
-
-
Luke Duncalfe authored
Adding, destroying and toggling emoji previously lacked services and instead were performed through methods called on Awardable models. This led to inconsistencies where relevant todos would be marked as done only when emoji were awarded through our controllers, but not through the API. Todos could also be marked as done when an emoji was being removed. Behaviour changes - Awarding emoji through the API will now mark a relevant Todo as done - Toggling an emoji off (destroying it) through our controllers will no longer mark a relevant Todo as done Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
-
Luke Duncalfe authored
This finder class acts more as a service, as it only returns mapped data. Renaming this class allows us to create a new AwardEmojiFinder without the ambiguity of there being two similarly-named finders. https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
-
Paul Slaughter authored
Remove margin from user header buttons Closes #57966 See merge request gitlab-org/gitlab-ce!30878
-
Lucy Fox authored
-
Mike Greiling authored
Match syntax highlighting theme for line expansion rows Closes #66066 See merge request gitlab-org/gitlab-ce!31821
-
Samantha Ming authored
- dark - white - monokai - none - solarized-dark - solarized-light
-
Kamil Trzciński authored
Flexible Rules for CI Build config See merge request gitlab-org/gitlab-ce!29011
-
drew authored
- Added Gitlab::Ci::Config::Entry::Rules and Gitlab::Ci::Config::Entry::Rules:Rule to handle lists of Rule objects to be evalauted for job inclusion - Added `if:` and `changes:` as available Rules::Rule::Clause classes - Added Rules handling logic to Seed::Build#included? with extra specs - Use DisallowedKeysValidator to mutually exclude rules: from only:/except: on job config
-
Douwe Maan authored
Use gitlab-shell v9.4.1 See merge request gitlab-org/gitlab-ce!32022
-
Mike Greiling authored
Upgrade babel to 7.5.5 See merge request gitlab-org/gitlab-ce!31819
-
Achilleas Pipinellis authored
In ssh_keys docs, don't redirect stdout of ssh-add See merge request gitlab-org/gitlab-ce!31630
-
Achilleas Pipinellis authored
Update repository languages screenshot See merge request gitlab-org/gitlab-ce!31925
-
Marcel Amirault authored
-
Mike Greiling authored
Fix assertion in mocks_helper_spec.js See merge request gitlab-org/gitlab-ce!32005
-
Winnie Hellmann authored
-
Mayra Cabrera authored
Standardize remote_ip and path keys for auth.log and api_json.log Closes #66167 See merge request gitlab-org/gitlab-ce!31921
-
Stan Hu authored
Current `auth.log` uses `fullpath` and `ip`, while `api_json.log` uses `remote_ip` and `path` for the same fields. Let's standardize these namings to make it easier for people working with the data. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66167
-
Douwe Maan authored
-
Achilleas Pipinellis authored
Harmonizes titles between two Geo landing pages See merge request gitlab-org/gitlab-ce!31944
-
Evan Read authored
Menu entries in global navigation will be updated to match.
-
Achilleas Pipinellis authored
Update project import screenshot Closes #28826 See merge request gitlab-org/gitlab-ce!31946
-
Marcel Amirault authored
Update screenshot and improve text to match
-
Achilleas Pipinellis authored
Clarify when new values are valid See merge request gitlab-org/gitlab-ce!31951
-
Evan Read authored
-
Annabel Dunstone Gray authored
Adds a height utility class See merge request gitlab-org/gitlab-ce!32019
-
Rémy Coutable authored
Enable DAST See merge request gitlab-org/gitlab-ce!31970
-
Dennis Appelt authored
-
Lin Jen-Shin authored
Remove unused security fixtures Closes #62734 See merge request gitlab-org/gitlab-ce!31557
-
Douwe Maan authored
Count notes for commits and merge requests See merge request gitlab-org/gitlab-ce!31912
-
Douglas Barbosa Alexandre authored
Change `be_success` to `be_successful` in specs See merge request gitlab-org/gitlab-ce!31969
-
Yorick Peterse authored
Remove file that was accidentally added back See merge request gitlab-org/gitlab-ce!32014
-
rossfuhrman authored
This file was moved to the EE project namespace, but https://gitlab.com/gitlab-org/gitlab-ce/commit/ce50d5c45158723925b098f7e0033963841137ff brought it back. It should not be present in this repo.
-
Nick Thomas authored
Update to GitLab Shell v9.4.0 See merge request gitlab-org/gitlab-ce!32009
-
Filipa Lacerda authored
Merge branch '62373-badge-counter-very-low-contrast-between-foreground-and-background-colors-2' into 'master' Resolve "Badge counter: Very low contrast between foreground and background colors" Closes #62373 See merge request gitlab-org/gitlab-ce!31922
-
Jeremy Elder authored
-
Filipa Lacerda authored
Backports EE changes
-
Clement Ho authored
Embed metrics undefined param fix Closes #66177 See merge request gitlab-org/gitlab-ce!31975
-
Tristan Read authored
-
Kamil Trzciński authored
Allow measurement of sidekiq jobs taking > 2.5s See merge request gitlab-org/gitlab-ce!32001
-
Andrew Newdigate authored
Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/66319.
-