- 20 Aug, 2019 40 commits
-
-
Luke Duncalfe authored
This adds test that Todos are completed. https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
-
-
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
-
GitLab Bot authored
-
Paul Slaughter authored
Remove margin from user header buttons Closes #57966 See merge request gitlab-org/gitlab-ce!30878
-
Lucy Fox authored
-
GitLab Bot 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
-
GitLab Bot authored
-
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
-
Kamil Trzciński authored
Flexible Rules for CI Build config See merge request gitlab-org/gitlab-ee!15434
-
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
Add EE specific feature entries for admin dashboard See merge request gitlab-org/gitlab-ee!14819
-
Illya Klymov authored
-
GitLab Bot authored
-
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
-
GitLab Bot 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
-
Tim Zallmann authored
Display full name for group project templates See merge request gitlab-org/gitlab-ee!15392
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
Annabel Dunstone Gray authored
Adds a height utility class See merge request gitlab-org/gitlab-ce!32019
-
Annabel Dunstone Gray authored
Fixes style-lint errors and warnings for EE builds.scss file Closes #10943 See merge request gitlab-org/gitlab-ee!15368
-